12#ifndef WSFXIO_TASKREQUEST_HPP
13#define WSFXIO_TASKREQUEST_HPP
15#include "wsf_export.h"
27 unsigned int aPlatformIndex,
29 bool aTakeControl =
false,
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
virtual void HandleResponse(WsfXIO_ResponsePkt &aPkt)
Definition WsfXIO_Request.hpp:87
virtual void Initialized()=0
WsfXIO_Request(WsfXIO_Connection *aConnectionPtr, bool aIsReliable=true)
Definition WsfXIO_Request.cpp:160
Definition WsfXIO_PacketRegistry.hpp:171
Defines current state of the task manager processor. Response to WsfXIO_TaskRequestPkt.
Definition WsfXIO_PacketRegistry.hpp:676
WsfStringId mProcessorName
Definition WsfXIO_TaskRequest.hpp:41
unsigned int mPlatformIndex
Definition WsfXIO_TaskRequest.hpp:40
bool mTakeControl
Definition WsfXIO_TaskRequest.hpp:39
WsfXIO_TaskRequest(WsfXIO_Connection *aConnectionPtr, unsigned int aPlatformIndex, WsfStringId aProcessorName, bool aTakeControl=false, bool aIsReliable=true)
Definition WsfXIO_TaskRequest.cpp:16
virtual void HandleUpdate(WsfXIO_TaskUpdatePkt &aPkt)=0
virtual void HandleInitialize(WsfXIO_TaskInitPkt &aPkt)=0
Defines a change in a task. Assignment, cancellation, or completion. Response to WsfXIO_TaskRequestPk...
Definition WsfXIO_PacketRegistry.hpp:687