Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

LLRP::CC1G2UHFRFModeTableEntry Class Reference
[Core Parameter Classes]

Class Definition CC1G2UHFRFModeTableEntry for LLRP parameter C1G2UHFRFModeTableEntry. More...

#include <ltkcpp.h>

Inheritance diagram for LLRP::CC1G2UHFRFModeTableEntry:

LLRP::CParameter LLRP::CElement List of all members.

Internal Framework Functions

void decodeFields (CDecoderStream *pDecoderStream)
 Virtual function provided by each specific element type to decode fields (simple values). Leaves pDecoderStream at first subparameter.
void assimilateSubParameters (CErrorDetails *pError)
 Assimilates the decoded sub-parameters into m_listAllSubParameters.
void encode (CEncoderStream *pEncoderStream) const
 Encode fields and subparameters.
CElements_construct (void)
void s_decodeFields (CDecoderStream *pDecoderStream, CElement *pElement)
const CFieldDescriptor *const s_apFieldDescriptorTable []
const CTypeDescriptor s_typeDescriptor

Public Member Functions

llrp_u32_t getModeIdentifier (void)
 Get accessor functions for the LLRP ModeIdentifier field.
void setModeIdentifier (llrp_u32_t value)
 Set accessor functions for the LLRP ModeIdentifier field.
EC1G2DRValue getDRValue (void)
 Get accessor functions for the LLRP DRValue field.
void setDRValue (EC1G2DRValue value)
 Set accessor functions for the LLRP DRValue field.
llrp_u1_t getEPCHAGTCConformance (void)
 Get accessor functions for the LLRP EPCHAGTCConformance field.
void setEPCHAGTCConformance (llrp_u1_t value)
 Set accessor functions for the LLRP EPCHAGTCConformance field.
EC1G2MValue getMValue (void)
 Get accessor functions for the LLRP MValue field.
void setMValue (EC1G2MValue value)
 Set accessor functions for the LLRP MValue field.
EC1G2ForwardLinkModulation getForwardLinkModulation (void)
 Get accessor functions for the LLRP ForwardLinkModulation field.
void setForwardLinkModulation (EC1G2ForwardLinkModulation value)
 Set accessor functions for the LLRP ForwardLinkModulation field.
EC1G2SpectralMaskIndicator getSpectralMaskIndicator (void)
 Get accessor functions for the LLRP SpectralMaskIndicator field.
void setSpectralMaskIndicator (EC1G2SpectralMaskIndicator value)
 Set accessor functions for the LLRP SpectralMaskIndicator field.
llrp_u32_t getBDRValue (void)
 Get accessor functions for the LLRP BDRValue field.
void setBDRValue (llrp_u32_t value)
 Set accessor functions for the LLRP BDRValue field.
llrp_u32_t getPIEValue (void)
 Get accessor functions for the LLRP PIEValue field.
void setPIEValue (llrp_u32_t value)
 Set accessor functions for the LLRP PIEValue field.
llrp_u32_t getMinTariValue (void)
 Get accessor functions for the LLRP MinTariValue field.
void setMinTariValue (llrp_u32_t value)
 Set accessor functions for the LLRP MinTariValue field.
llrp_u32_t getMaxTariValue (void)
 Get accessor functions for the LLRP MaxTariValue field.
void setMaxTariValue (llrp_u32_t value)
 Set accessor functions for the LLRP MaxTariValue field.
llrp_u32_t getStepTariValue (void)
 Get accessor functions for the LLRP StepTariValue field.
void setStepTariValue (llrp_u32_t value)
 Set accessor functions for the LLRP StepTariValue field.

Static Public Attributes

Internal Framework Functions
const CFieldDescriptor s_fdModeIdentifier
Internal Framework Functions
const CFieldDescriptor s_fdDRValue
Internal Framework Functions
const CFieldDescriptor s_fdEPCHAGTCConformance
Internal Framework Functions
const CFieldDescriptor s_fdMValue
Internal Framework Functions
const CFieldDescriptor s_fdForwardLinkModulation
Internal Framework Functions
const CFieldDescriptor s_fdSpectralMaskIndicator
Internal Framework Functions
const CFieldDescriptor s_fdBDRValue
Internal Framework Functions
const CFieldDescriptor s_fdPIEValue
Internal Framework Functions
const CFieldDescriptor s_fdMinTariValue
Internal Framework Functions
const CFieldDescriptor s_fdMaxTariValue
Internal Framework Functions
const CFieldDescriptor s_fdStepTariValue

Protected Attributes

llrp_u32_t m_ModeIdentifier
EC1G2DRValue m_eDRValue
llrp_u1_t m_EPCHAGTCConformance
EC1G2MValue m_eMValue
EC1G2ForwardLinkModulation m_eForwardLinkModulation
EC1G2SpectralMaskIndicator m_eSpectralMaskIndicator
llrp_u32_t m_BDRValue
llrp_u32_t m_PIEValue
llrp_u32_t m_MinTariValue
llrp_u32_t m_MaxTariValue
llrp_u32_t m_StepTariValue

Detailed Description

Class Definition CC1G2UHFRFModeTableEntry for LLRP parameter C1G2UHFRFModeTableEntry.

This parameter carries the information for each UHFC1G2 RF mode. A mode that has been tested for conformance by the EPCGlobal Hardware Action Group's Testing and Conformance (HAG T and C) group, is indicated using a conformance flag.

Copyright 2006, 2007, EPCglobal Inc. The proprietary text of EPCglobal Inc. included here is in not a Contribution to the LLRP toolkit, under Apache License, Version 2.0. The right to use the proprietary text is limited to reproduction and display thereof within the work.


Definition at line 20282 of file ltkcpp.h.


Member Function Documentation

void LLRP::CC1G2UHFRFModeTableEntry::assimilateSubParameters CErrorDetails pError  )  [virtual]
 

Assimilates the decoded sub-parameters into m_listAllSubParameters.

After fields are decoded, the CDecoder itself takes care of gathering the subparameters into m_listAllSubParameters. Once the end of the enclosing TLV (or message) is reached this assimilateSubParameters() function is called to create parameter refrences from the primary member variables.

Parameters:
[out] pError Error details for encoded stream

Implements LLRP::CElement.

void LLRP::CC1G2UHFRFModeTableEntry::decodeFields CDecoderStream pDecoderStream  )  [virtual]
 

Virtual function provided by each specific element type to decode fields (simple values). Leaves pDecoderStream at first subparameter.

Parameters:
[in] pDecoderStream The stream from which to decode fields
Returns:
void

Implements LLRP::CElement.

void LLRP::CC1G2UHFRFModeTableEntry::encode CEncoderStream pEncoderStream  )  const [virtual]
 

Encode fields and subparameters.

Parameters:
[in] pEncoderStream Stream to encode
Returns:
void

Implements LLRP::CElement.


The documentation for this class was generated from the following file:
Generated on Wed Nov 26 12:27:54 2008 for LTKCPP-- LLRP Toolkit C Plus Plus Library by  doxygen 1.3.9.1