LTKCPP-- LLRP Toolkit C Plus Plus Library
|
Class Definition CROSpecStopTrigger for LLRP parameter ROSpecStopTrigger. More...
#include <out_ltkcpp.h>
Public Member Functions | |
EROSpecStopTriggerType | getROSpecStopTriggerType (void) |
Get accessor functions for the LLRP ROSpecStopTriggerType field. | |
void | setROSpecStopTriggerType (EROSpecStopTriggerType value) |
Set accessor functions for the LLRP ROSpecStopTriggerType field. | |
llrp_u32_t | getDurationTriggerValue (void) |
Get accessor functions for the LLRP DurationTriggerValue field. | |
void | setDurationTriggerValue (llrp_u32_t value) |
Set accessor functions for the LLRP DurationTriggerValue field. | |
CGPITriggerValue * | getGPITriggerValue (void) |
Get accessor functions for the LLRP GPITriggerValue sub-parameter. | |
EResultCode | setGPITriggerValue (CGPITriggerValue *pValue) |
Set accessor functions for the LLRP GPITriggerValue sub-parameter. | |
EROSpecStopTriggerType | getROSpecStopTriggerType (void) |
Get accessor functions for the LLRP ROSpecStopTriggerType field. | |
void | setROSpecStopTriggerType (EROSpecStopTriggerType value) |
Set accessor functions for the LLRP ROSpecStopTriggerType field. | |
llrp_u32_t | getDurationTriggerValue (void) |
Get accessor functions for the LLRP DurationTriggerValue field. | |
void | setDurationTriggerValue (llrp_u32_t value) |
Set accessor functions for the LLRP DurationTriggerValue field. | |
CGPITriggerValue * | getGPITriggerValue (void) |
Get accessor functions for the LLRP GPITriggerValue sub-parameter. | |
EResultCode | setGPITriggerValue (CGPITriggerValue *pValue) |
Set accessor functions for the LLRP GPITriggerValue sub-parameter. | |
Protected Attributes | |
EROSpecStopTriggerType | m_eROSpecStopTriggerType |
llrp_u32_t | m_DurationTriggerValue |
CGPITriggerValue * | m_pGPITriggerValue |
Internal Framework Functions | |
static const CFieldDescriptor *const | s_apFieldDescriptorTable [] |
static const CTypeDescriptor | s_typeDescriptor |
static const CFieldDescriptor | s_fdROSpecStopTriggerType |
static const CFieldDescriptor | s_fdDurationTriggerValue |
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 CROSpecStopTrigger for LLRP parameter ROSpecStopTrigger.
Document Reference LLRP Specification Section 10.2.1.1.2
Document Reference LLRP Specification Section 16.2.4.1.1.2
Describes the condition upon which the ROSpec will stop.
Definition at line 10359 of file Library/out_ltkcpp.h.