LTKCPP-- LLRP Toolkit C Plus Plus Library
|
Classes | |
class | LLRP::CErrorDetails |
Class to return error details in LTKCPP operations. More... | |
class | LLRP::CTypeRegistry |
A collection of pointers to CTypeDescriptors. More... | |
class | LLRP::CElement |
This is the base class for all parameter and message types. More... | |
class | LLRP::CMessage |
Base Class for All LLRP LTK Messages. More... | |
class | LLRP::CParameter |
Base Class for All LLRP LTK Parameters. More... | |
class | LLRP::CDecoder |
LTK LLRP Decoder class. More... | |
class | LLRP::CEncoder |
LTK LLRP Encoder class. More... | |
class | LLRP::CConnection |
LLRP connection class. More... | |
Functions | |
void | enrollImpinjTypesIntoRegistry (CTypeRegistry *pTypeRegistry) |
Enrolls the types for Impinj into the LTKCPP registry. More... | |
void | enrollCoreTypesIntoRegistry (CTypeRegistry *pTypeRegistry) |
Enrolls the types for Core into the LTKCPP registry. More... | |
void enrollCoreTypesIntoRegistry | ( | CTypeRegistry * | pTypeRegistry | ) |
Enrolls the types for Core into the LTKCPP registry.
LTKCPP needs an internal registry for storing all the type information. This function is required to enroll the types for the Core into the operating registry.
For example – in order to decode and encode packets from the core LLRP specification The user must EnrollCoreTypesIntoRegistry.
Referenced by CC1G2BlockWriteOpSpecResult::setNumWordsWritten().
void enrollImpinjTypesIntoRegistry | ( | CTypeRegistry * | pTypeRegistry | ) |
Enrolls the types for Impinj into the LTKCPP registry.
LTKCPP needs an internal registry for storing all the type information. This function is required to enroll the types for the Impinj into the operating registry.
For example – in order to decode and encode packets from the core LLRP specification The user must EnrollCoreTypesIntoRegistry.
Referenced by CImpinjTagFilterVerificationConfiguration::countCustom(), and usage().