4#include "TestObject_SK.h"
11 virtual ~TestObject();
13 void askDoNotNotify();
14 void askNotifyChange();
15 void askNotifyFirstNotNull();
23 void runHeartbeat(
int max = 3 );
25 inline uniset::timeout_t getHeartbeatTime()
27 return ptHeartBeat.getInterval();
32 void startMonitonicTest();
33 bool isMonotonicTestOK()
const;
34 long getLostMessages()
const;
35 long getLastValue()
const;
39 std::string getLastTextMessage()
const;
40 int getLastTextMessageType()
const;
45 virtual void sysCommand(
const uniset::SystemMessage* sm )
override;
46 virtual void sensorInfo(
const uniset::SensorMessage* sm )
override;
47 virtual void onTextMessage(
const uniset::TextMessage* msg )
override;
50 bool evntIsOK = {
false };
52 bool monotonicFailed = {
false };
53 long lostMessages = {
false };
54 long lastValue = { 0 };
55 std::string lastText = {
"" };
56 int lastTextType = { 0 };
Определения HttpResolver/tests/TestObject.h:8
long ObjectId
Определения UniSetTypes_i.idl:30