CIM++ Adapted CIM_SINERGIEN Codebase
Main Page
Classes
Files
File List
IEC61970
Base
Domain
MonthDayInterval.h
1
// MonthDayInterval.h
3
// Implementation of the Class MonthDayInterval
4
// Original author: selaost1
6
7
#ifndef MONTHDAYINTERVAL_H
8
#define MONTHDAYINTERVAL_H
9
10
#include "BaseClass.h"
11
#include "IEC61970/Base/Domain/MonthDay.h"
12
13
namespace
IEC61970
14
{
15
namespace
Base
16
{
17
namespace
Domain
18
{
22
class
MonthDayInterval
:
public
BaseClass
23
{
24
25
public
:
26
MonthDayInterval
();
27
virtual
~
MonthDayInterval
();
31
IEC61970::Base::Domain::MonthDay
end
;
35
IEC61970::Base::Domain::MonthDay
start
;
36
37
};
38
39
}
40
41
}
42
43
}
44
#endif // MONTHDAYINTERVAL_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Domain::MonthDay
Definition:
MonthDay.h:21
IEC61970::Base::Domain::MonthDayInterval::start
IEC61970::Base::Domain::MonthDay start
Definition:
MonthDayInterval.h:35
IEC61970::Base::Domain::MonthDayInterval::end
IEC61970::Base::Domain::MonthDay end
Definition:
MonthDayInterval.h:31
BaseClass
Definition:
BaseClass.h:6
IEC61970::Base::Domain::MonthDayInterval
Definition:
MonthDayInterval.h:22
Generated by
1.8.11