#include <ltkcpp.h>
Inheritance diagram for LLRP::CC1G2UHFRFModeTableEntry:
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. | |
CElement * | s_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 |
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.
|
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.
Implements LLRP::CElement. |
|
Virtual function provided by each specific element type to decode fields (simple values). Leaves pDecoderStream at first subparameter.
Implements LLRP::CElement. |
|
Encode fields and subparameters.
Implements LLRP::CElement. |