IEC61970 17v07
17v07
refactored
IEC61970
Base
Meas
Validity.h
1
// Validity.h
3
// Implementation of the Class Validity
5
6
#ifndef VALIDITY_H
7
#define VALIDITY_H
8
9
namespace
IEC61970
10
{
11
namespace
Base
12
{
13
namespace
Meas
14
{
18
enum class
Validity
19
{
24
_undef = -1, GOOD,
30
QUESTIONABLE,
38
INVALID
39
};
40
41
}
42
43
}
44
45
}
46
#endif // VALIDITY_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.13