LTKCPP-- LLRP Toolkit C Plus Plus Library
Classes | Functions
Core LTK Library classes and functions

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 LLRP::enrollImpinjTypesIntoRegistry (CTypeRegistry *pTypeRegistry)
 Enrolls the types for Impinj into the LTKCPP registry. More...
 
void enrollImpinjTypesIntoRegistry (CTypeRegistry *pTypeRegistry)
 Enrolls the types for Impinj into the LTKCPP registry. More...
 
void LLRP::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. More...
 

Detailed Description

Function Documentation

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.

void LLRP::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.

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.

void LLRP::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 convertFile().