12#ifndef WSFXIO_COMPONENT_HPP
13#define WSFXIO_COMPONENT_HPP
15class UtCallbackHolder;
WsfSimpleComponentT< WsfComponentT< PARENT_TYPE > > WsfSimpleComponentParentT
Definition WsfSimpleComponent.hpp:122
UtStringId WsfStringId
WsfStringId – the same thing as UtStringId.
Definition WsfStringId.hpp:23
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
Definition WsfEM_Rcvr.hpp:68
Definition WsfEM_Xmtr.hpp:55
Definition WsfObject.hpp:40
The main controller for a simulation.
Definition WsfSimulation.hpp:109
Definition WsfTaskProcessor.hpp:29
Attributes of a task-able resource.
Definition WsfTaskResource.hpp:30
An object that represents an 'track' (perception) of something.
Definition WsfTrack.hpp:120
virtual WsfXIO_PlatformPartInfo * CreatePlatformPartInfo(WsfPlatformPart &aPart)
Definition WsfXIO_Component.hpp:53
WsfXIO_Component(int aRole, const std::string &aName)
Definition WsfXIO_Component.cpp:14
virtual WsfObject * FindPart(const WsfPlatform &aPlatform, int aPartType, WsfStringId aPartName)
Definition WsfXIO_Component.hpp:64
virtual void EM_RcvrInfo_Load(WsfXIO_EM_RcvrInfo &aInfo, const WsfEM_Rcvr &aRcvr)
Definition WsfXIO_Component.hpp:48
virtual WsfObject * FindPartType(int aPartType, WsfStringId aPartTypeName)
Definition WsfXIO_Component.hpp:62
virtual void RegisterSimulationObservers(WsfSimulation &aSimulation, UtCallbackHolder &aCallbacks)
Definition WsfXIO_Component.hpp:58
virtual bool FillPartState(const WsfPlatformPart &aPart, WsfXIO_PartStateChangePkt &aPkt)
Definition WsfXIO_Component.hpp:60
virtual bool HandleTaskCommand(double aSimTime, WsfXIO_TaskCommandPkt &aPkt, WsfTaskProcessor *aProcA_Ptr, WsfTaskProcessor *aProcB_Ptr, WsfTrack *aTrackPtr, WsfTaskResource *aResourcePtr)
Definition WsfXIO_Component.hpp:81
virtual bool HandleStateChangeRequest(double aSimTime, WsfXIO_PartStateChangeRequestPkt &aPkt, WsfPlatform *aPlatformPtr, WsfEM_Xmtr *&aXmtrPtr, WsfEM_Rcvr *&aRcvrPtr)
Definition WsfXIO_Component.hpp:69
bool Initialize()
Called by WsfXIO_Interface to allow initialization of the component.
Definition WsfXIO_Component.hpp:44
virtual void EM_XmtrInfo_Load(WsfXIO_EM_XmtrInfo &aInfo, const WsfEM_Xmtr &aXmtr)
Definition WsfXIO_Component.hpp:49
XIO representation of a WsfEM_Rcvr.
Definition WsfXIO_ObjectInfo.hpp:138
XIO representation of a WsfEM_Xmtr.
Definition WsfXIO_ObjectInfo.hpp:158
Definition WsfXIO_Interface.hpp:54
Inform other applications about a platform part state change.
Definition WsfXIO_PacketRegistry.hpp:460
Requests that an application changes either state or mode of a platform part.
Definition WsfXIO_PacketRegistry.hpp:487
Definition WsfXIO_Simulation.hpp:49
Requests a task manager processor to create or modify a task.
Definition WsfXIO_PacketRegistry.hpp:727
Definition WsfXIO_TaskService.hpp:31