libIEC61850  0.8.2
Open-source IEC 61850 MMS/GOOSE server and client library
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
List of all members | Public Attributes

Root node of the IEC 61850 data model. This is usually created by the model generator tool (genmodel.jar) More...

#include <iec61850_model.h>

Public Attributes

char * name
 
LogicalDevice * firstChild
 
DataSet * dataSets
 
ReportControlBlock * rcbs
 
GSEControlBlock * gseCBs
 
SettingGroupControlBlock * sgcbs
 
void(* initializer )(void)
 

Detailed Description

Root node of the IEC 61850 data model. This is usually created by the model generator tool (genmodel.jar)

Member Data Documentation

DataSet* IedModel::dataSets
LogicalDevice* IedModel::firstChild
GSEControlBlock* IedModel::gseCBs
void(* IedModel::initializer)(void)
char* IedModel::name
ReportControlBlock* IedModel::rcbs
SettingGroupControlBlock* IedModel::sgcbs

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