LTKCPP-- LLRP Toolkit C Plus Plus Library
|
Class Definition CTagObservationTrigger for LLRP parameter TagObservationTrigger. More...
#include <out_ltkcpp.h>
Public Member Functions | |
ETagObservationTriggerType | getTriggerType (void) |
Get accessor functions for the LLRP TriggerType field. | |
void | setTriggerType (ETagObservationTriggerType value) |
Set accessor functions for the LLRP TriggerType field. | |
llrp_u16_t | getNumberOfTags (void) |
Get accessor functions for the LLRP NumberOfTags field. | |
void | setNumberOfTags (llrp_u16_t value) |
Set accessor functions for the LLRP NumberOfTags field. | |
llrp_u16_t | getNumberOfAttempts (void) |
Get accessor functions for the LLRP NumberOfAttempts field. | |
void | setNumberOfAttempts (llrp_u16_t value) |
Set accessor functions for the LLRP NumberOfAttempts field. | |
llrp_u16_t | getT (void) |
Get accessor functions for the LLRP T field. | |
void | setT (llrp_u16_t value) |
Set accessor functions for the LLRP T field. | |
llrp_u32_t | getTimeout (void) |
Get accessor functions for the LLRP Timeout field. | |
void | setTimeout (llrp_u32_t value) |
Set accessor functions for the LLRP Timeout field. | |
ETagObservationTriggerType | getTriggerType (void) |
Get accessor functions for the LLRP TriggerType field. | |
void | setTriggerType (ETagObservationTriggerType value) |
Set accessor functions for the LLRP TriggerType field. | |
llrp_u16_t | getNumberOfTags (void) |
Get accessor functions for the LLRP NumberOfTags field. | |
void | setNumberOfTags (llrp_u16_t value) |
Set accessor functions for the LLRP NumberOfTags field. | |
llrp_u16_t | getNumberOfAttempts (void) |
Get accessor functions for the LLRP NumberOfAttempts field. | |
void | setNumberOfAttempts (llrp_u16_t value) |
Set accessor functions for the LLRP NumberOfAttempts field. | |
llrp_u16_t | getT (void) |
Get accessor functions for the LLRP T field. | |
void | setT (llrp_u16_t value) |
Set accessor functions for the LLRP T field. | |
llrp_u32_t | getTimeout (void) |
Get accessor functions for the LLRP Timeout field. | |
void | setTimeout (llrp_u32_t value) |
Set accessor functions for the LLRP Timeout field. | |
Protected Attributes | |
ETagObservationTriggerType | m_eTriggerType |
llrp_u16_t | m_NumberOfTags |
llrp_u16_t | m_NumberOfAttempts |
llrp_u16_t | m_T |
llrp_u32_t | m_Timeout |
Internal Framework Functions | |
static const CFieldDescriptor *const | s_apFieldDescriptorTable [] |
static const CTypeDescriptor | s_typeDescriptor |
static const CFieldDescriptor | s_fdTriggerType |
static const CFieldDescriptor | s_fdNumberOfTags |
static const CFieldDescriptor | s_fdNumberOfAttempts |
static const CFieldDescriptor | s_fdT |
static const CFieldDescriptor | s_fdTimeout |
void | decodeFields (CDecoderStream *pDecoderStream) |
void | assimilateSubParameters (CErrorDetails *pError) |
void | encode (CEncoderStream *pEncoderStream) const |
void | decodeFields (CDecoderStream *pDecoderStream) |
void | assimilateSubParameters (CErrorDetails *pError) |
void | encode (CEncoderStream *pEncoderStream) const |
static CElement * | s_construct (void) |
static void | s_decodeFields (CDecoderStream *pDecoderStream, CElement *pElement) |
static CElement * | s_construct (void) |
static void | s_decodeFields (CDecoderStream *pDecoderStream, CElement *pElement) |
Class Definition CTagObservationTrigger for LLRP parameter TagObservationTrigger.
Document Reference LLRP Specification Section 10.2.2.1.1
Document Reference LLRP Specification Section 16.2.4.2.1.1
Describes the boundary (stop) condition that is based on tag observations.
Definition at line 10863 of file Library/out_ltkcpp.h.