IEC61970 16v29a - IEC61968 12v08
Main Page
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
•
All
Classes
Variables
16v29a_12v08
refactored
IEC61968
PaymentMetering
Transactor.h
1
// Transactor.h
3
// Implementation of the Class Transactor
5
6
#ifndef TRANSACTOR_H
7
#define TRANSACTOR_H
8
9
#include "IEC61970/Base/Core/IdentifiedObject.h"
10
11
namespace
IEC61968
12
{
13
namespace
PaymentMetering
14
{
21
class
Transactor
:
public
IEC61970::Base::Core::IdentifiedObject
22
{
23
24
public
:
25
Transactor
();
26
virtual
~
Transactor
();
27
28
};
29
30
}
31
32
}
33
#endif // TRANSACTOR_H
IEC61968::PaymentMetering::Transactor
Definition:
Transactor.h:21
IEC61970::Base::Core::IdentifiedObject
Definition:
IdentifiedObject.h:36
IEC61968
Definition:
BusbarSectionInfo.h:14
Generated by
1.8.13