UA ANSI C Server Professional  1.4.2.297
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
UaServerDataLogger

Functions

OpcUa_StatusCode UaServer_DataLogger_Start (OpcUa_Int a_hLogger)
 Set the data logger to an active state, being ready to receive and log data. More...
 
OpcUa_StatusCode UaServer_DataLogger_Stop (OpcUa_Int a_hLogger)
 Set the data logger to an inactive state, disabling its logging capability. More...
 
OpcUa_Int UaServer_FileLogger_Create (const char *a_szFilePath)
 Creates a file logger. More...
 

Detailed Description

Function Documentation

OpcUa_StatusCode UaServer_DataLogger_Start ( OpcUa_Int  a_hLogger)

Set the data logger to an active state, being ready to receive and log data.

Parameters
a_hLoggerThe handle of the data logger to start.
Returns
OpcUa_Good on success.
OpcUa_StatusCode UaServer_DataLogger_Stop ( OpcUa_Int  a_hLogger)

Set the data logger to an inactive state, disabling its logging capability.

Parameters
a_hLoggerThe handle of the data logger to stop.
Returns
OpcUa_Good on success.
OpcUa_Int UaServer_FileLogger_Create ( const char *  a_szFilePath)

Creates a file logger.

Parameters
a_szFilePathThe path where to store the logged data and configuration.
Returns
Returns the handle for the created file logger, or an error code < 0 when the operation fails.