libiec61850  1.2.0
Modules | Typedefs | Functions
IEC 61850 server API

Modules

 General server setup and management functions
 
 Connection handling and client authentication
 
 Data model access and data update
 
 Server side setting group handling
 
 Server side control model handling
 
 Server side sampled values control block (SVCB) handling
 
 Handle external access to data model and access control
 
 General data model definitions, access and iteration functions
 
 General dynamic model creation functions
 
 Create data models by configuration files
 
 Helper functions to create common data classes (CDC) using the dynamic model API
 
 Service provider interface (SPI) for log storage implementations
 

Typedefs

typedef struct sIedServer * IedServer
 
typedef struct sClientConnection * ClientConnection
 

Functions

void IedServer_setLogStorage (IedServer self, const char *logRef, LogStorage logStorage)
 

Detailed Description

Typedef Documentation

typedef struct sClientConnection* ClientConnection

An opaque handle for a client connection

typedef struct sIedServer* IedServer

An opaque handle for an IED server instance

Function Documentation

void IedServer_setLogStorage ( IedServer  self,
const char *  logRef,
LogStorage  logStorage 
)