IEC61970 16v29a - IEC61968 12v08
16v29a_12v08
refactored
IEC61968
InfIEC61968
InfERPSupport
ErpLedger.h
1
// ErpLedger.h
3
// Implementation of the Class ErpLedger
5
6
#ifndef ERPLEDGER_H
7
#define ERPLEDGER_H
8
9
#include <list>
10
11
#include "IEC61968/InfIEC61968/InfERPSupport/ErpLedgerEntry.h"
12
#include "IEC61968/InfIEC61968/InfERPSupport/ErpDocument.h"
13
14
namespace
IEC61968
15
{
16
namespace
InfIEC61968
17
{
18
namespace
InfERPSupport
19
{
28
class
ErpLedger
:
public
IEC61968::InfIEC61968::InfERPSupport::ErpDocument
29
{
30
31
public
:
32
ErpLedger
();
33
virtual
~
ErpLedger
();
34
std::list<IEC61968::InfIEC61968::InfERPSupport::ErpLedgerEntry*> ErpLedgerEntries;
35
36
};
37
38
}
39
40
}
41
42
}
43
#endif // ERPLEDGER_H
IEC61968::InfIEC61968::InfERPSupport::ErpLedger
Definition:
ErpLedger.h:28
IEC61968::InfIEC61968::InfERPSupport::ErpDocument
Definition:
ErpDocument.h:23
IEC61968
Definition:
BusbarSectionInfo.h:14
Generated by
1.8.13