open62541 1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
Data Structures | Typedefs | Functions
Value.h File Reference
#include <open62541/types.h>
#include "NodesetLoader/NodesetLoader.h"

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)
 

Typedef Documentation

◆ RawData

typedef struct RawData RawData

Definition at line 24 of file Value.h.

Function Documentation

◆ RawData_delete()

void RawData_delete ( RawData *  data)

◆ RawData_new()

RawData * RawData_new ( RawData *  old)

◆ Value_getData()

void Value_getData ( RawData *  outData,
const NL_Value *  value,
const UA_DataType *  type,
const UA_DataType *  customTypes,
const struct ServerContext *  serverContext 
)