IEC61970 17v23
17v23
refactored
IEC61970
Base
ICCPConfiguration
ICCPScope.h
1
// ICCPScope.h
3
// Implementation of the Class ICCPScope
4
// Original author: SELAOST1
6
7
#ifndef ICCPSCOPE_H
8
#define ICCPSCOPE_H
9
10
namespace
IEC61970
11
{
12
namespace
Base
13
{
14
namespace
ICCPConfiguration
15
{
16
enum class
ICCPScope
17
{
18
_undef = -1, VCC,
19
ICC
20
};
21
22
}
23
24
}
25
26
}
27
#endif // ICCPSCOPE_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.13