UniSet
2.8.0
Utilities
codegen
tests
TestGenAlone.h
1
// -----------------------------------------------------------------------------
2
#ifndef TestGenAlone_H_
3
#define TestGenAlone_H_
4
// -----------------------------------------------------------------------------
5
#include "TestGenAlone_SK.h"
6
// -----------------------------------------------------------------------------
7
class
TestGenAlone
:
8
public
TestGenAlone_SK
9
{
10
public
:
11
TestGenAlone
(
uniset::ObjectId
id
, xmlNode* confnode =
uniset::uniset_conf
()->getNode(
"TestGenAlone"
) );
12
virtual
~
TestGenAlone
();
13
14
15
protected
:
16
virtual
void
step()
override
;
17
void
sensorInfo(
const
uniset::SensorMessage
* sm )
override
;
18
void
timerInfo(
const
uniset::TimerMessage
* tm )
override
;
19
20
private
:
21
};
22
// -----------------------------------------------------------------------------
23
#endif // TestGenAlone_H_
24
// -----------------------------------------------------------------------------
TestGenAlone
Definition:
TestGenAlone.h:7
uniset::SensorMessage
Definition:
MessageType.h:126
uniset::uniset_conf
std::shared_ptr< Configuration > uniset_conf() noexcept
Definition:
Configuration.cc:91
uniset::TimerMessage
Definition:
MessageType.h:213
uniset::ObjectId
long ObjectId
Definition:
UniSetTypes_i.idl:30
Документация по UniSet. Последние изменения: Вс 25 Окт 2020 00:02:12. Создано системой
1.8.17