WSF
WsfXIO_SensorRequest.hpp
Go to the documentation of this file.
1// ****************************************************************************
2// CUI
3//
4// The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
5//
6// Copyright 2003-2015 The Boeing Company. All rights reserved.
7//
8// The use, dissemination or disclosure of data in this file is subject to
9// limitation or restriction. See accompanying README and LICENSE for details.
10// ****************************************************************************
11
12#ifndef WSFXIO_SENSORREQUEST_HPP
13#define WSFXIO_SENSORREQUEST_HPP
14
15#include "wsf_export.h"
16
17#include "WsfStringId.hpp"
20
24{
25public:
27 int aPlatformIndex,
28 WsfStringId aSensorName,
29 int aRequestedData,
30 bool aIsReliable = true);
31
32private:
33 void Initialized() override;
34
36};
37#endif
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
Copyrights Multiple, All Rights Reserved