11#ifndef L16_PPLI_PART_HPP
12#define L16_PPLI_PART_HPP
31 void HandleReceive(
double aSimTime,
const Messages::InitialBase& aMessage)
override;
36 void SendPPLI(
double aSimTime);
38 void SendAirPPLI(
double aSimTime,
WsfPlatform& aPlatform);
40 void SendSurfacePPLI(
double aSimTime,
WsfPlatform& aPlatform);
41 void SendSubsurfacePPLI(
double aSimTime,
WsfPlatform& aPlatform);
42 void SendLandPPLI(
double aSimTime,
WsfPlatform& aPlatform);
43 void SendLandPointPPLI(
double aSimTime,
WsfPlatform& aPlatform);
ComputerPart(WsfScenario &aScenario, const std::string &aClassName="WsfProcessor")
Definition ComputerPart.cpp:41
Sends and receives link16 messages.
Definition ComputerProcessor.hpp:50
void HandleSend(double aSimTime) override
This method is called when the a slot is open.
Definition PPLI_Part.cpp:111
bool ProcessInput(UtInput &aInput) override
Definition PPLI_Part.cpp:90
bool Initialize(double aSimTime, ComputerProcessor &aComputer) override
Definition PPLI_Part.cpp:55
ComputerPart * Clone() const override
Definition PPLI_Part.cpp:50
PPLI_Part(WsfScenario &aScenario)
Definition PPLI_Part.cpp:27
void HandleReceive(double aSimTime, const Messages::InitialBase &aMessage) override
Handle an incoming message.
Definition PPLI_Part.cpp:109
Contains the data required to create a simulation, and acts as the entry point for input file process...
Definition WsfScenario.hpp:111
This file should be included prior to defining a message. Currently there is a limit of 32 fields per...
Definition AllMessages.hpp:55