34 #ifndef FGUDPOUTPUTSOCKET_H 35 #define FGUDPOUTPUTSOCKET_H 41 #include "FGOutputType.h" 42 #include "input_output/FGPropertyManager.h" 43 #include "input_output/FGfdmSocket.h" 49 #define ID_UDPOUTPUTSOCKET "$Id: FGUDPOutputSocket.h,v 1.1 2015/04/02 02:23:33 dpculp Exp $" 97 unsigned int SockPort;
FGUDPOutputSocket(FGFDMExec *fdmex)
Constructor.
bool InitModel(void)
Initializes the instance.
Class wrapper for property handling.
void Print(void)
Generates and sends the output datagram.
virtual bool Load(Element *el)
Init the output directives from an XML file.
~FGUDPOutputSocket()
Destructor.
Abstract class to provide functions generic to all the output directives.
Implements the output to a UDP socket.
Encapsulates the JSBSim simulation executive.
Encapsulates an object that enables JSBSim to communicate via socket (input and/or output)...