JSBSim Flight Dynamics Model 1.2.2 (22 Mar 2025)
An Open Source Flight Dynamics and Control Software Library in C++
Loading...
Searching...
No Matches
FGOutputSocket Class Reference

Detailed Description

Implements the output to a socket.

This class outputs data to a socket according to the JSBSim format. It can be inherited as a generic class that provides services for socket outputs. For instance FGOutputFG inherits FGOutputSocket for the socket management but outputs data with a format different than FGOutputSocket.

Definition at line 66 of file FGOutputSocket.h.

#include <FGOutputSocket.h>

+ Inheritance diagram for FGOutputSocket:
+ Collaboration diagram for FGOutputSocket:

Public Member Functions

 FGOutputSocket (FGFDMExec *fdmex)
 Constructor.
 
 ~FGOutputSocket () override
 Destructor.
 
bool InitModel (void) override
 Initializes the instance.
 
bool Load (Element *el) override
 Init the output directives from an XML file.
 
void Print (void) override
 Generates the output.
 
void SetOutputName (const std::string &name) override
 Overwrites the name identifier under which the output will be logged.
 
void SocketStatusOutput (const std::string &out_str)
 Outputs a status thru the socket.
 
- Public Member Functions inherited from FGOutputType
 FGOutputType (FGFDMExec *fdmex)
 Constructor (implement the FGModel interface).
 
 ~FGOutputType () override
 Destructor.
 
void Disable (void)
 Disables the output generation.
 
void Enable (void)
 Enables the output generation.
 
virtual const std::string & GetOutputName (void) const
 Get the name identifier to which the output will be directed.
 
double GetRateHz (void) const
 Get the output rate in Hz for this output.
 
bool InitModel (void) override
 Init the output model according to its configitation.
 
bool Load (Element *el) override
 Init the output directives from an XML file (implement the FGModel interface).
 
bool Run (bool Holding) override
 Executes the output directives (implement the FGModel interface).
 
void SetIdx (unsigned int idx)
 Set the idx for this output instance.
 
void SetOutputProperties (std::vector< FGPropertyNode_ptr > &outputProperties)
 Set the list of properties that should be output for this output instance.
 
void SetRateHz (double rtHz)
 Set the output rate for this output instances.
 
virtual void SetStartNewOutput (void)
 Reset the output prior to a restart of the simulation.
 
void SetSubSystems (int subSystems)
 Set the activated subsystems for this output instance.
 
bool Toggle (void)
 Toggles the output generation.
 
- Public Member Functions inherited from FGModel
 FGModel (FGFDMExec *)
 Constructor.
 
 ~FGModel () override
 Destructor.
 
virtual SGPath FindFullPathName (const SGPath &path) const
 
FGFDMExecGetExec (void)
 
const std::string & GetName (void)
 
unsigned int GetRate (void)
 Get the output rate for the model in frames.
 
void SetPropertyManager (std::shared_ptr< FGPropertyManager > fgpm)
 
void SetRate (unsigned int tt)
 Set the ouput rate for the model in frames.
 
- Public Member Functions inherited from FGModelFunctions
std::string GetFunctionStrings (const std::string &delimeter) const
 Gets the strings for the current set of functions.
 
std::string GetFunctionValues (const std::string &delimeter) const
 Gets the function values.
 
std::shared_ptr< FGFunctionGetPreFunction (const std::string &name)
 Get one of the "pre" function.
 
bool Load (Element *el, FGFDMExec *fdmex, std::string prefix="")
 
void PostLoad (Element *el, FGFDMExec *fdmex, std::string prefix="")
 
void PreLoad (Element *el, FGFDMExec *fdmex, std::string prefix="")
 
void RunPostFunctions (void)
 
void RunPreFunctions (void)
 
- Public Member Functions inherited from FGJSBBase
 FGJSBBase ()
 Constructor for FGJSBBase.
 
virtual ~FGJSBBase ()
 Destructor for FGJSBBase.
 
void disableHighLighting (void)
 Disables highlighting in the console output.
 

Protected Member Functions

virtual void PrintHeaders (void)
 
- Protected Member Functions inherited from FGOutputType
void Debug (int from) override
 
- Protected Member Functions inherited from FGModel
bool Upload (Element *el, bool preLoad)
 Uploads this model in memory.
 

Protected Attributes

int precision
 
FGfdmSocketsocket
 
std::string SockName
 
unsigned int SockPort
 
FGfdmSocket::ProtocolType SockProtocol
 
- Protected Attributes inherited from FGOutputType
std::shared_ptr< FGAccelerationsAccelerations
 
std::shared_ptr< FGAerodynamicsAerodynamics
 
std::shared_ptr< FGAircraftAircraft
 
std::shared_ptr< FGAuxiliaryAuxiliary
 
std::shared_ptr< FGBuoyantForcesBuoyantForces
 
bool enabled
 
std::shared_ptr< FGExternalReactionsExternalReactions
 
std::shared_ptr< FGFCSFCS
 
std::shared_ptr< FGGroundReactionsGroundReactions
 
std::shared_ptr< FGMassBalanceMassBalance
 
std::vector< std::string > OutputCaptions
 
unsigned int OutputIdx
 
std::vector< FGPropertyValue * > OutputParameters
 
std::shared_ptr< FGPropagatePropagate
 
std::shared_ptr< FGPropulsionPropulsion
 
int SubSystems
 
std::shared_ptr< FGWindsWinds
 
- Protected Attributes inherited from FGModel
unsigned int exe_ctr
 
FGFDMExecFDMExec
 
std::string Name
 
std::shared_ptr< FGPropertyManagerPropertyManager
 
unsigned int rate
 
- Protected Attributes inherited from FGModelFunctions
FGPropertyReader LocalProperties
 
std::vector< std::shared_ptr< FGFunction > > PostFunctions
 
std::vector< std::shared_ptr< FGFunction > > PreFunctions
 

Additional Inherited Members

- Public Types inherited from FGOutputType
enum  eSubSystems {
  ssSimulation = 1 , ssAerosurfaces = 2 , ssRates = 4 , ssVelocities = 8 ,
  ssForces = 16 , ssMoments = 32 , ssAtmosphere = 64 , ssMassProps = 128 ,
  ssAeroFunctions = 256 , ssPropagate = 512 , ssGroundReactions = 1024 , ssFCS = 2048 ,
  ssPropulsion = 4096
}
 Subsystem types for specifying which will be output in the FDM data logging. More...
 
- Public Types inherited from FGJSBBase
enum  { eL = 1 , eM , eN }
 Moments L, M, N. More...
 
enum  { eP = 1 , eQ , eR }
 Rates P, Q, R. More...
 
enum  { eU = 1 , eV , eW }
 Velocities U, V, W. More...
 
enum  { eX = 1 , eY , eZ }
 Positions X, Y, Z. More...
 
enum  { ePhi = 1 , eTht , ePsi }
 Euler angles Phi, Theta, Psi. More...
 
enum  { eDrag = 1 , eSide , eLift }
 Stability axis forces, Drag, Side force, Lift. More...
 
enum  { eRoll = 1 , ePitch , eYaw }
 Local frame orientation Roll, Pitch, Yaw. More...
 
enum  { eNorth = 1 , eEast , eDown }
 Local frame position North, East, Down. More...
 
enum  { eLat = 1 , eLong , eRad }
 Locations Radius, Latitude, Longitude. More...
 
enum  {
  inNone = 0 , inDegrees , inRadians , inMeters ,
  inFeet
}
 Conversion specifiers. More...
 
- Static Public Member Functions inherited from FGJSBBase
static const std::string & GetVersion (void)
 Returns the version number of JSBSim.
 
static constexpr double KelvinToFahrenheit (double kelvin)
 Converts from degrees Kelvin to degrees Fahrenheit.
 
static constexpr double CelsiusToRankine (double celsius)
 Converts from degrees Celsius to degrees Rankine.
 
static constexpr double RankineToCelsius (double rankine)
 Converts from degrees Rankine to degrees Celsius.
 
static constexpr double KelvinToRankine (double kelvin)
 Converts from degrees Kelvin to degrees Rankine.
 
static constexpr double RankineToKelvin (double rankine)
 Converts from degrees Rankine to degrees Kelvin.
 
static constexpr double FahrenheitToCelsius (double fahrenheit)
 Converts from degrees Fahrenheit to degrees Celsius.
 
static constexpr double CelsiusToFahrenheit (double celsius)
 Converts from degrees Celsius to degrees Fahrenheit.
 
static constexpr double CelsiusToKelvin (double celsius)
 Converts from degrees Celsius to degrees Kelvin.
 
static constexpr double KelvinToCelsius (double kelvin)
 Converts from degrees Kelvin to degrees Celsius.
 
static constexpr double FeetToMeters (double measure)
 Converts from feet to meters.
 
static bool EqualToRoundoff (double a, double b)
 Finite precision comparison.
 
static bool EqualToRoundoff (float a, float b)
 Finite precision comparison.
 
static bool EqualToRoundoff (float a, double b)
 Finite precision comparison.
 
static bool EqualToRoundoff (double a, float b)
 Finite precision comparison.
 
static constexpr double Constrain (double min, double value, double max)
 Constrain a value between a minimum and a maximum value.
 
static constexpr double sign (double num)
 
- Public Attributes inherited from FGOutputType
enum JSBSim::FGOutputType::eSubSystems subsystems
 
- Static Public Attributes inherited from FGJSBBase
static char highint [5] = {27, '[', '1', 'm', '\0' }
 highlights text
 
static char halfint [5] = {27, '[', '2', 'm', '\0' }
 low intensity text
 
static char normint [6] = {27, '[', '2', '2', 'm', '\0' }
 normal intensity text
 
static char reset [5] = {27, '[', '0', 'm', '\0' }
 resets text properties
 
static char underon [5] = {27, '[', '4', 'm', '\0' }
 underlines text
 
static char underoff [6] = {27, '[', '2', '4', 'm', '\0' }
 underline off
 
static char fgblue [6] = {27, '[', '3', '4', 'm', '\0' }
 blue text
 
static char fgcyan [6] = {27, '[', '3', '6', 'm', '\0' }
 cyan text
 
static char fgred [6] = {27, '[', '3', '1', 'm', '\0' }
 red text
 
static char fggreen [6] = {27, '[', '3', '2', 'm', '\0' }
 green text
 
static char fgdef [6] = {27, '[', '3', '9', 'm', '\0' }
 default text
 
static short debug_lvl = 1
 
- Static Protected Member Functions inherited from FGJSBBase
static std::string CreateIndexedPropertyName (const std::string &Property, int index)
 
- Static Protected Attributes inherited from FGJSBBase
static constexpr double radtodeg = 180. / M_PI
 
static constexpr double degtorad = M_PI / 180.
 
static constexpr double hptoftlbssec = 550.0
 
static constexpr double psftoinhg = 0.014138
 
static constexpr double psftopa = 47.88
 
static constexpr double fttom = 0.3048
 
static constexpr double ktstofps = 1852./(3600*fttom)
 
static constexpr double fpstokts = 1.0 / ktstofps
 
static constexpr double inchtoft = 1.0/12.0
 
static constexpr double m3toft3 = 1.0/(fttom*fttom*fttom)
 
static constexpr double in3tom3 = inchtoft*inchtoft*inchtoft/m3toft3
 
static constexpr double inhgtopa = 3386.38
 
static constexpr double slugtolb = 32.174049
 Note that definition of lbtoslug by the inverse of slugtolb and not to a different constant you can also get from some tables will make lbtoslug*slugtolb == 1 up to the magnitude of roundoff.
 
static constexpr double lbtoslug = 1.0/slugtolb
 
static constexpr double kgtolb = 2.20462
 
static constexpr double kgtoslug = 0.06852168
 
static const std::string needed_cfg_version = "2.0"
 
static const std::string JSBSim_version = JSBSIM_VERSION " " __DATE__ " " __TIME__
 

Constructor & Destructor Documentation

◆ FGOutputSocket()

FGOutputSocket ( FGFDMExec fdmex)

Constructor.

Definition at line 69 of file FGOutputSocket.cpp.

69 :
70 FGOutputType(fdmex),
71 socket(0)
72{
73}
FGOutputType(FGFDMExec *fdmex)
Constructor (implement the FGModel interface).

◆ ~FGOutputSocket()

~FGOutputSocket ( )
override

Destructor.

Definition at line 77 of file FGOutputSocket.cpp.

78{
79 delete socket;
80}

Member Function Documentation

◆ InitModel()

bool InitModel ( void  )
overridevirtual

Initializes the instance.

This method basically opens the socket to which outputs will be directed.

Returns
true if the execution succeeded.

Reimplemented from FGModel.

Definition at line 136 of file FGOutputSocket.cpp.

137{
139 delete socket;
140 socket = new FGfdmSocket(SockName, SockPort, SockProtocol, precision);
141
142 if (socket == 0) return false;
143 if (!socket->GetConnectStatus()) return false;
144
145 PrintHeaders();
146
147 return true;
148 }
149
150 return false;
151}
bool InitModel(void) override
Init the output model according to its configitation.
bool GetConnectStatus(void)
Return the connection status of the socket.
+ Here is the call graph for this function:

◆ Load()

bool Load ( Element el)
overridevirtual

Init the output directives from an XML file.

Parameters
elementXML Element that is pointing to the output directives

Reimplemented from FGModel.

Definition at line 116 of file FGOutputSocket.cpp.

117{
118 if (!FGOutputType::Load(el))
119 return false;
120
121 SetOutputName(el->GetAttributeValue("name") + ":" +
122 el->GetAttributeValue("protocol") + "/" +
123 el->GetAttributeValue("port"));
124
125 // Check if output precision for doubles has been specified, default to 7 if not
126 if(el->HasAttribute("precision"))
127 precision = (int)el->GetAttributeValueAsNumber("precision");
128 else
129 precision = 7;
130
131 return true;
132}
void SetOutputName(const std::string &name) override
Overwrites the name identifier under which the output will be logged.
bool Load(Element *el) override
Init the output directives from an XML file (implement the FGModel interface).
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Print()

void Print ( void  )
overridevirtual

Generates the output.

Implements FGOutputType.

Definition at line 280 of file FGOutputSocket.cpp.

281{
282 string asciiData, scratch;
283
284 if (socket == 0) return;
285 if (!socket->GetConnectStatus()) return;
286
287 socket->Clear();
288 socket->Append(FDMExec->GetSimTime());
289
290 if (SubSystems & ssAerosurfaces) {
291 socket->Append(FCS->GetDaCmd());
292 socket->Append(FCS->GetDeCmd());
293 socket->Append(FCS->GetDrCmd());
294 socket->Append(FCS->GetDfCmd());
295 socket->Append(FCS->GetDaLPos());
296 socket->Append(FCS->GetDaRPos());
297 socket->Append(FCS->GetDePos());
298 socket->Append(FCS->GetDrPos());
299 socket->Append(FCS->GetDfPos());
300 }
301 if (SubSystems & ssRates) {
302 socket->Append(radtodeg*Propagate->GetPQR(eP));
303 socket->Append(radtodeg*Propagate->GetPQR(eQ));
304 socket->Append(radtodeg*Propagate->GetPQR(eR));
305 socket->Append(radtodeg*Accelerations->GetPQRdot(eP));
306 socket->Append(radtodeg*Accelerations->GetPQRdot(eQ));
307 socket->Append(radtodeg*Accelerations->GetPQRdot(eR));
308 }
309 if (SubSystems & ssVelocities) {
310 socket->Append(Auxiliary->Getqbar());
311 socket->Append(Auxiliary->GetVt());
312 socket->Append(Propagate->GetUVW(eU));
313 socket->Append(Propagate->GetUVW(eV));
314 socket->Append(Propagate->GetUVW(eW));
315 socket->Append(Auxiliary->GetAeroUVW(eU));
316 socket->Append(Auxiliary->GetAeroUVW(eV));
317 socket->Append(Auxiliary->GetAeroUVW(eW));
318 socket->Append(Propagate->GetVel(eNorth));
319 socket->Append(Propagate->GetVel(eEast));
320 socket->Append(Propagate->GetVel(eDown));
321 }
322 if (SubSystems & ssForces) {
323 socket->Append(Aerodynamics->GetvFw()(eDrag));
324 socket->Append(Aerodynamics->GetvFw()(eSide));
325 socket->Append(Aerodynamics->GetvFw()(eLift));
326 socket->Append(Aerodynamics->GetLoD());
327 socket->Append(Aircraft->GetForces(eX));
328 socket->Append(Aircraft->GetForces(eY));
329 socket->Append(Aircraft->GetForces(eZ));
330 }
331 if (SubSystems & ssMoments) {
332 socket->Append(Aircraft->GetMoments(eL));
333 socket->Append(Aircraft->GetMoments(eM));
334 socket->Append(Aircraft->GetMoments(eN));
335 }
336 if (SubSystems & ssAtmosphere) {
337 const auto Atmosphere = FDMExec->GetAtmosphere();
338 socket->Append(Atmosphere->GetDensity());
339 socket->Append(Atmosphere->GetPressureSL());
340 socket->Append(Atmosphere->GetPressure());
341 socket->Append(Winds->GetTurbMagnitude());
342 socket->Append(Winds->GetTurbDirection());
343 socket->Append(Winds->GetTotalWindNED().Dump(","));
344 }
345 if (SubSystems & ssMassProps) {
346 socket->Append(MassBalance->GetJ()(1,1));
347 socket->Append(MassBalance->GetJ()(1,2));
348 socket->Append(MassBalance->GetJ()(1,3));
349 socket->Append(MassBalance->GetJ()(2,1));
350 socket->Append(MassBalance->GetJ()(2,2));
351 socket->Append(MassBalance->GetJ()(2,3));
352 socket->Append(MassBalance->GetJ()(3,1));
353 socket->Append(MassBalance->GetJ()(3,2));
354 socket->Append(MassBalance->GetJ()(3,3));
355 socket->Append(MassBalance->GetMass());
356 socket->Append(MassBalance->GetXYZcg()(eX));
357 socket->Append(MassBalance->GetXYZcg()(eY));
358 socket->Append(MassBalance->GetXYZcg()(eZ));
359 }
360 if (SubSystems & ssPropagate) {
361 socket->Append(Propagate->GetAltitudeASL());
362 socket->Append(radtodeg*Propagate->GetEuler(ePhi));
363 socket->Append(radtodeg*Propagate->GetEuler(eTht));
364 socket->Append(radtodeg*Propagate->GetEuler(ePsi));
365 socket->Append(Auxiliary->Getalpha(inDegrees));
366 socket->Append(Auxiliary->Getbeta(inDegrees));
367 socket->Append(Propagate->GetLocation().GetLatitudeDeg());
368 socket->Append(Propagate->GetLocation().GetLongitudeDeg());
369 }
370 if (SubSystems & ssAeroFunctions) {
371 scratch = Aerodynamics->GetAeroFunctionValues(",");
372 if (scratch.length() != 0) socket->Append(scratch);
373 }
374 if (SubSystems & ssFCS) {
375 scratch = FCS->GetComponentValues(",");
376 if (scratch.length() != 0) socket->Append(scratch);
377 }
378 if (SubSystems & ssGroundReactions) {
379 socket->Append(GroundReactions->GetGroundReactionValues(","));
380 }
381 if (SubSystems & ssPropulsion && Propulsion->GetNumEngines() > 0) {
382 socket->Append(Propulsion->GetPropulsionValues(","));
383 }
384
385 for (unsigned int i=0;i<OutputParameters.size();++i) {
386 socket->Append(OutputParameters[i]->GetValue());
387 }
388
389 socket->Send();
390}
double GetSimTime(void) const
Returns the cumulative simulation time in seconds.
Definition FGFDMExec.h:549
@ ssPropulsion
Subsystem: Propulsion (= 4096)
@ ssForces
Subsystem: Forces (= 16)
@ ssAtmosphere
Subsystem: Atmosphere (= 64)
@ ssPropagate
Subsystem: Propagate (= 512)
@ ssGroundReactions
Subsystem: Ground Reactions (= 1024)
@ ssFCS
Subsystem: FCS (= 2048)
@ ssMoments
Subsystem: Moments (= 32)
@ ssRates
Subsystem: Body rates (= 4)
@ ssVelocities
Subsystem: Velocities (= 8)
@ ssAerosurfaces
Subsystem: Aerosurfaces (= 2)
@ ssMassProps
Subsystem: Mass Properties (= 128)
@ ssAeroFunctions
Subsystem: Coefficients (= 256)
void Clear(void)
Clear the internal buffer.
void Append(const std::string &s)
Append the specified string to the internal buffer.
void Send(void)
Send the internal buffer over the socket connection.
+ Here is the call graph for this function:

◆ PrintHeaders()

void PrintHeaders ( void  )
protectedvirtual

Definition at line 155 of file FGOutputSocket.cpp.

156{
157 string scratch;
158
159 socket->Clear();
160 socket->Clear("<LABELS>");
161 socket->Append("Time");
162
163 if (SubSystems & ssAerosurfaces) {
164 socket->Append("Aileron Command");
165 socket->Append("Elevator Command");
166 socket->Append("Rudder Command");
167 socket->Append("Flap Command");
168 socket->Append("Left Aileron Position");
169 socket->Append("Right Aileron Position");
170 socket->Append("Elevator Position");
171 socket->Append("Rudder Position");
172 socket->Append("Flap Position");
173 }
174
175 if (SubSystems & ssRates) {
176 socket->Append("P");
177 socket->Append("Q");
178 socket->Append("R");
179 socket->Append("PDot");
180 socket->Append("QDot");
181 socket->Append("RDot");
182 }
183
184 if (SubSystems & ssVelocities) {
185 socket->Append("QBar");
186 socket->Append("Vtotal");
187 socket->Append("UBody");
188 socket->Append("VBody");
189 socket->Append("WBody");
190 socket->Append("UAero");
191 socket->Append("VAero");
192 socket->Append("WAero");
193 socket->Append("Vn");
194 socket->Append("Ve");
195 socket->Append("Vd");
196 }
197
198 if (SubSystems & ssForces) {
199 socket->Append("F_Drag");
200 socket->Append("F_Side");
201 socket->Append("F_Lift");
202 socket->Append("LoD");
203 socket->Append("Fx");
204 socket->Append("Fy");
205 socket->Append("Fz");
206 }
207
208 if (SubSystems & ssMoments) {
209 socket->Append("L");
210 socket->Append("M");
211 socket->Append("N");
212 }
213
214 if (SubSystems & ssAtmosphere) {
215 socket->Append("Rho");
216 socket->Append("SL pressure");
217 socket->Append("Ambient pressure");
218 socket->Append("Turbulence Magnitude");
219 socket->Append("Turbulence Direction");
220 socket->Append("NWind");
221 socket->Append("EWind");
222 socket->Append("DWind");
223 }
224
225 if (SubSystems & ssMassProps) {
226 socket->Append("Ixx");
227 socket->Append("Ixy");
228 socket->Append("Ixz");
229 socket->Append("Iyx");
230 socket->Append("Iyy");
231 socket->Append("Iyz");
232 socket->Append("Izx");
233 socket->Append("Izy");
234 socket->Append("Izz");
235 socket->Append("Mass");
236 socket->Append("Xcg");
237 socket->Append("Ycg");
238 socket->Append("Zcg");
239 }
240
241 if (SubSystems & ssPropagate) {
242 socket->Append("Altitude");
243 socket->Append("Phi (deg)");
244 socket->Append("Tht (deg)");
245 socket->Append("Psi (deg)");
246 socket->Append("Alpha (deg)");
247 socket->Append("Beta (deg)");
248 socket->Append("Latitude (deg)");
249 socket->Append("Longitude (deg)");
250 }
251
252 if (SubSystems & ssAeroFunctions) {
253 scratch = Aerodynamics->GetAeroFunctionStrings(",");
254 if (scratch.length() != 0) socket->Append(scratch);
255 }
256
257 if (SubSystems & ssFCS) {
258 scratch = FCS->GetComponentStrings(",");
259 if (scratch.length() != 0) socket->Append(scratch);
260 }
261
262 if (SubSystems & ssGroundReactions)
263 socket->Append(GroundReactions->GetGroundReactionStrings(","));
264
265 if (SubSystems & ssPropulsion && Propulsion->GetNumEngines() > 0)
266 socket->Append(Propulsion->GetPropulsionStrings(","));
267
268 for (unsigned int i=0;i<OutputParameters.size();++i) {
269 if (!OutputCaptions[i].empty())
270 socket->Append(OutputCaptions[i]);
271 else
272 socket->Append(OutputParameters[i]->GetPrintableName());
273 }
274
275 socket->Send();
276}

◆ SetOutputName()

void SetOutputName ( const std::string &  name)
overridevirtual

Overwrites the name identifier under which the output will be logged.

This method is taken into account if it is called before FGFDMExec::RunIC() otherwise it is ignored until the next call to SetStartNewOutput().

Parameters
namenew name in the form "hostname:port/proto" hostname could be an ip, port a numerical value and proto should be UDP or TCP (the default if omitted)

Reimplemented from FGOutputType.

Definition at line 84 of file FGOutputSocket.cpp.

85{
86 // tokenize the output name
87 size_t dot_pos = fname.find(':', 0);
88 size_t slash_pos = fname.find('/', 0);
89
90 string name = fname.substr(0, dot_pos);
91
92 string proto = "TCP";
93 if(dot_pos + 1 < slash_pos)
94 proto = fname.substr(dot_pos + 1, slash_pos - dot_pos - 1);
95
96 string port = "1138";
97 if(slash_pos < string::npos)
98 port = fname.substr(slash_pos + 1, string::npos);
99
100 // set the model name
101 Name = name + ":" + port + "/" + proto;
102
103 // set the socket params
104 SockName = name;
105
106 SockPort = atoi(port.c_str());
107
108 if (to_upper(proto) == "UDP")
109 SockProtocol = FGfdmSocket::ptUDP;
110 else // Default to TCP
111 SockProtocol = FGfdmSocket::ptTCP;
112}
+ Here is the caller graph for this function:

◆ SocketStatusOutput()

void SocketStatusOutput ( const std::string &  out_str)

Outputs a status thru the socket.

This method issues a message prepended by the string "<STATUS>" to the socket.

Parameters
out_strstatus message

Definition at line 394 of file FGOutputSocket.cpp.

395{
396 string asciiData;
397
398 if (socket == 0) return;
399
400 socket->Clear();
401 asciiData = string("<STATUS>") + out_str;
402 socket->Append(asciiData.c_str());
403 socket->Send();
404}
+ Here is the call graph for this function:

Member Data Documentation

◆ precision

int precision
protected

Definition at line 111 of file FGOutputSocket.h.

◆ socket

FGfdmSocket* socket
protected

Definition at line 110 of file FGOutputSocket.h.

◆ SockName

std::string SockName
protected

Definition at line 107 of file FGOutputSocket.h.

◆ SockPort

unsigned int SockPort
protected

Definition at line 108 of file FGOutputSocket.h.

◆ SockProtocol

FGfdmSocket::ProtocolType SockProtocol
protected

Definition at line 109 of file FGOutputSocket.h.


The documentation for this class was generated from the following files: