CIM++ Adapted CIM_SINERGIEN Codebase
Main Page
Classes
Files
File List
IEC61970
Base
Domain
Time.h
1
// Time.h
3
// Implementation of the Class Time
4
// Original author: kdemaree
6
7
#ifndef TIME_H
8
#define TIME_H
9
10
#include "IEC61970/Base/Domain/String.h"
11
12
namespace
IEC61970
13
{
14
namespace
Base
15
{
16
namespace
Domain
17
{
25
class
Time
26
{
27
28
public
:
29
Time
();
30
virtual
~
Time
();
31
IEC61970::Base::Domain::String value;
32
33
};
34
35
}
36
37
}
38
39
}
40
#endif // TIME_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Domain::Time
Definition:
Time.h:25
Generated by
1.8.11