|
open62541 1.4.15
Open source implementation of OPC UA
|
Go to the source code of this file.
Data Structures | |
| struct | RawData |
Typedefs | |
| typedef struct RawData | RawData |
Functions | |
| RawData * | RawData_new (RawData *old) |
| void | RawData_delete (RawData *data) |
| void | Value_getData (RawData *outData, const NL_Value *value, const UA_DataType *type, const UA_DataType *customTypes, const struct ServerContext *serverContext) |
| void RawData_delete | ( | RawData * | data | ) |
| void Value_getData | ( | RawData * | outData, |
| const NL_Value * | value, | ||
| const UA_DataType * | type, | ||
| const UA_DataType * | customTypes, | ||
| const struct ServerContext * | serverContext | ||
| ) |