S2OPC OPCUA Toolkit
Loading...
Searching...
No Matches
SOPC_BuiltInType_Handling Struct Reference

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_PfnInitializeinitialize
 
SOPC_EncodeableObject_PfnClearclear
 
SOPC_EncodeableObject_PfnCopycopy
 
SOPC_EncodeableObject_PfnCompcompare
 

Detailed Description

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.

Field Documentation

◆ size

size_t SOPC_BuiltInType_Handling::size

◆ initialize

SOPC_EncodeableObject_PfnInitialize* SOPC_BuiltInType_Handling::initialize

◆ clear

SOPC_EncodeableObject_PfnClear* SOPC_BuiltInType_Handling::clear

◆ copy

SOPC_EncodeableObject_PfnCopy* SOPC_BuiltInType_Handling::copy

◆ compare

SOPC_EncodeableObject_PfnComp* SOPC_BuiltInType_Handling::compare

The documentation for this struct was generated from the following file: