UniSet  2.24.2
TestGenAlone.h
1 // -----------------------------------------------------------------------------
2 #ifndef TestGenAlone_H_
3 #define TestGenAlone_H_
4 // -----------------------------------------------------------------------------
5 #include "TestGenAlone_SK.h"
6 // -----------------------------------------------------------------------------
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 // -----------------------------------------------------------------------------
Definition: TestGenAlone.h:9
Definition: MessageType.h:127
Definition: MessageType.h:214
std::shared_ptr< Configuration > uniset_conf() noexcept
Definition: Configuration.cc:90
long ObjectId
Definition: UniSetTypes_i.idl:30