12#ifndef WSFXIO_SENSORREQUEST_HPP
13#define WSFXIO_SENSORREQUEST_HPP
15#include "wsf_export.h"
30 bool aIsReliable =
true);
UtStringId WsfStringId
WsfStringId – the same thing as UtStringId.
Definition WsfStringId.hpp:23
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
Definition WsfXIO_Connection.hpp:37
Definition WsfXIO_PacketRegistry.hpp:1404
virtual void Initialized()=0
WsfXIO_Request(WsfXIO_Connection *aConnectionPtr, bool aIsReliable=true)
Definition WsfXIO_Request.cpp:160
WsfXIO_SensorDataRequest(WsfXIO_Connection *aConnectionPtr, int aPlatformIndex, WsfStringId aSensorName, int aRequestedData, bool aIsReliable=true)
Definition WsfXIO_SensorRequest.cpp:14