S2OPC OPCUA Toolkit
|
Built-in type handling. Provides all the generic service functions associated with a built-in type (except encoders and decoders which are declared in struct SOPC_BuiltInType_Encoders
). Also define the allocation size of objects of a built-in type.
More...
#include <sopc_builtintypes.h>
Data Fields | |
size_t | size |
SOPC_EncodeableObject_PfnInitialize * | initialize |
SOPC_EncodeableObject_PfnClear * | clear |
SOPC_EncodeableObject_PfnCopy * | copy |
SOPC_EncodeableObject_PfnComp * | compare |
Built-in type handling. Provides all the generic service functions associated with a built-in type (except encoders and decoders which are declared in struct SOPC_BuiltInType_Encoders
). Also define the allocation size of objects of a built-in type.
size_t SOPC_BuiltInType_Handling::size |
SOPC_EncodeableObject_PfnInitialize* SOPC_BuiltInType_Handling::initialize |
SOPC_EncodeableObject_PfnClear* SOPC_BuiltInType_Handling::clear |
SOPC_EncodeableObject_PfnCopy* SOPC_BuiltInType_Handling::copy |
SOPC_EncodeableObject_PfnComp* SOPC_BuiltInType_Handling::compare |