IEC61970 16v29a - IEC61968 12v08
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  {
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
Definition: BusbarSectionInfo.h:14