IEC61970 16v29a - IEC61968 12v08
16v29a_12v08
refactored
IEC61968
Work
WorkAsset.h
1
// WorkAsset.h
3
// Implementation of the Class WorkAsset
4
// Original author: T. Kostic
6
7
#ifndef WORKASSET_H
8
#define WORKASSET_H
9
10
#include "IEC61968/Assets/Asset.h"
11
#include "IEC61968/Common/Crew.h"
12
13
namespace
IEC61968
14
{
15
namespace
Work
16
{
20
class
WorkAsset
:
public
IEC61968::Assets::Asset
21
{
22
23
public
:
24
WorkAsset
();
25
virtual
~
WorkAsset
();
29
IEC61968::Common::Crew
*
Crew
;
30
31
};
32
33
}
34
35
}
36
#endif // WORKASSET_H
IEC61968::Work::WorkAsset::Crew
IEC61968::Common::Crew * Crew
Definition:
WorkAsset.h:29
IEC61968::Work::WorkAsset
Definition:
WorkAsset.h:20
IEC61968::Assets::Asset
Definition:
Asset.h:45
IEC61968
Definition:
BusbarSectionInfo.h:14
IEC61968::Common::Crew
Definition:
Crew.h:24
Generated by
1.8.13