1
0
Fork 0
flightgear/src/Network
2023-05-21 16:21:40 -05:00
..
DDS CycloneDDS aparrently stopped supporting booleans 2023-01-15 14:32:42 +01:00
HLA SGSubsystemMgr::get_subsystem(): Universal switch to the templated function. 2022-11-17 15:57:39 +00:00
http Maintenance: Consistent TODO: tags 2023-05-21 16:21:40 -05:00
Swift [swift] Pass struct to updatePlanes() instead of multiple vectors 2022-04-06 07:53:51 +01:00
ATC-Inputs.cxx Cope with SGPropertyNode::getStringValue() now returning std::string by value. 2021-12-24 14:49:06 +00:00
ATC-Inputs.hxx fix another crash on exit by finally converting the rest of unguarded 2006-06-11 10:21:10 +00:00
ATC-Main.cxx SGSubsystemMgr::get_subsystem(): Universal switch to the templated function. 2022-11-17 15:57:39 +00:00
ATC-Main.hxx More unused vars caught by Xcode. 2013-07-04 20:56:04 +01:00
ATC-Outputs.cxx Cope with SGPropertyNode::getStringValue() now returning std::string by value. 2021-12-24 14:49:06 +00:00
ATC-Outputs.hxx More unused vars caught by Xcode. 2013-07-04 20:56:04 +01:00
atlas.cxx Maintenance: namespace 2023-05-20 17:32:09 -05:00
atlas.hxx Remove static property dependencies 2012-11-18 16:35:54 +01:00
AV400.cxx Maintenance: namespace 2023-05-20 17:32:09 -05:00
AV400.hxx Initial work on FDM shell, and removal of cur_fdm_state 2010-06-26 10:31:22 +01:00
AV400Sim.cxx Maintenance: namespace 2023-05-20 17:32:09 -05:00
AV400Sim.hxx Initial work on FDM shell, and removal of cur_fdm_state 2010-06-26 10:31:22 +01:00
AV400WSim.cxx Maintenance: namespace 2023-05-20 17:32:09 -05:00
AV400WSim.hxx 'using' statement are for source files, not header files 2022-01-15 01:48:01 -06:00
CMakeLists.txt Add a new network protocol: dds-props which for now only operates in the output mode: request a propery value using de FG_DDS_prop scheme and provide either it's path or property index id. UsageL fgfs --dds-props=dds,out,<hz>. Testing is possible with src/Network/DDS/fg_dds_prop to request a propery path/id or src/Network/DDS/fg_dds_log to log all propery samples passed over the DDS layer. 2021-04-16 11:26:21 +02:00
dds_props.cxx Minor: fix spelling 2023-04-30 22:14:24 -05:00
dds_props.hxx keep a copy of the string returend by p->getStringValue() in setProp until it is sent to the DDS layer. 2021-12-27 09:04:20 +01:00
DNSClient.cxx Cmake: Remove version.h machinery 2020-08-24 15:04:24 +01:00
DNSClient.hxx SGSubsystem classes: Renaming of the subsystem ID variables and functions. 2019-07-01 14:27:30 +02:00
fgcom.cxx More snprintf conversions 2023-01-09 15:04:07 +00:00
fgcom.hxx FGCom: explicit init some member variables 2020-08-12 15:32:02 +01:00
flarm.cxx Maintenance: namespace 2023-05-20 17:32:09 -05:00
flarm.hxx Adds support for NMEA messages for traffic reporting (flarm). Also extends the NMEA base class to handle bidirectional communication. Allows FlightGear to feed position and traffic data (for multi-player and AI aircraft) to NAV/moving-map clients, like xcsoar, skydemon, skymap etc. Some basic flarm configuration commands are also emulated, to properly persuade the clients. By default, all moving aircraft are reported (traffic information). Actual threat-alerts are also supported, but require the installation of the "TCAS instrument". 2017-11-24 22:54:32 +01:00
garmin.cxx More snprintf conversions 2023-01-09 15:04:07 +00:00
garmin.hxx Revised nmea and Garmin protocol classes. 2017-11-19 17:33:27 +01:00
generic.cxx Maintenance: namespace 2023-05-20 17:32:09 -05:00
generic.hxx Maintenance: namespace 2023-05-20 17:32:09 -05:00
HTTPClient.cxx SGSubsystemMgr::get_subsystem(): Universal switch to the templated function. 2022-11-17 15:57:39 +00:00
HTTPClient.hxx FGHTTP: add getOrCreate helper 2021-03-07 13:08:29 +00:00
igc.cxx Cope with SGPropertyNode::getStringValue() now returning std::string by value. 2021-12-24 14:49:06 +00:00
igc.hxx Add support for IGC logging protocol. 2013-10-14 22:13:31 +02:00
joyclient.cxx James Turner: 2008-07-29 08:27:48 +00:00
joyclient.hxx 'using' statement are for source files, not header files 2022-01-15 01:48:01 -06:00
jsclient.cxx Remove current_aircraft global, fgAIRCRAFT struct, and dead code for reading aircraft dirs. 2010-07-01 22:33:51 +01:00
jsclient.hxx 'using' statement are for source files, not header files 2022-01-15 01:48:01 -06:00
lfsglass.cxx Fix rpmlint/Linux packager complaints 2012-05-05 01:42:41 +02:00
lfsglass.hxx Fix warnings identified by updated XCode. 2013-06-21 18:39:24 +01:00
lfsglass_data.hxx Fix rpmlint/Linux packager complaints 2012-05-05 01:42:41 +02:00
native.cxx SGSubsystemMgr::get_subsystem(): Universal switch to the templated function. 2022-11-17 15:57:39 +00:00
native.hxx Fix native protocol crashes. 2013-07-18 12:01:36 +01:00
native_ctrls.cxx Merge all Net/DDS FDM, GUI and Ctrls struct handling into one source file and make it FlightGear agnostic which means that they can be used by, for instance, fgviewer. 2021-03-23 14:30:52 +01:00
native_ctrls.hxx 'using' statement are for source files, not header files 2022-01-15 01:48:01 -06:00
native_fdm.cxx Merge all Net/DDS FDM, GUI and Ctrls struct handling into one source file and make it FlightGear agnostic which means that they can be used by, for instance, fgviewer. 2021-03-23 14:30:52 +01:00
native_fdm.hxx Merge all Net/DDS FDM, GUI and Ctrls struct handling into one source file and make it FlightGear agnostic which means that they can be used by, for instance, fgviewer. 2021-03-23 14:30:52 +01:00
native_gui.cxx Merge all Net/DDS FDM, GUI and Ctrls struct handling into one source file and make it FlightGear agnostic which means that they can be used by, for instance, fgviewer. 2021-03-23 14:30:52 +01:00
native_gui.hxx Merge all Net/DDS FDM, GUI and Ctrls struct handling into one source file and make it FlightGear agnostic which means that they can be used by, for instance, fgviewer. 2021-03-23 14:30:52 +01:00
native_structs.cxx Merge all Net/DDS FDM, GUI and Ctrls struct handling into one source file and make it FlightGear agnostic which means that they can be used by, for instance, fgviewer. 2021-03-23 14:30:52 +01:00
native_structs.hxx Merge all Net/DDS FDM, GUI and Ctrls struct handling into one source file and make it FlightGear agnostic which means that they can be used by, for instance, fgviewer. 2021-03-23 14:30:52 +01:00
net_ctrls.hxx Integrate a large part of John Wojnaroski's 747 cockpit project. 2006-01-20 17:19:01 +00:00
net_fdm.hxx Bump the protocol version because Chris Speck's changes broke the backward compatibility. 2020-10-02 21:30:54 +02:00
net_fdm_mini.hxx Use our own stdint.hxx implementation. 2005-09-22 11:47:58 +00:00
net_gui.hxx #513: netgui alignment mismatching on 32bit/64bit machines 2011-12-09 19:01:15 +01:00
nmea.cxx Maintenance: namespace 2023-05-20 17:32:09 -05:00
nmea.hxx 'using' statement are for source files, not header files 2022-01-15 01:48:01 -06:00
opengc.cxx Initial work on FDM shell, and removal of cur_fdm_state 2010-06-26 10:31:22 +01:00
opengc.hxx Initial work on FDM shell, and removal of cur_fdm_state 2010-06-26 10:31:22 +01:00
opengc_data.hxx new FSF address 2006-02-21 01:16:04 +00:00
props.cxx Maintenance: Consistent TODO: tags 2023-05-21 16:21:40 -05:00
props.hxx Telent protocol Nasal command 2018-02-11 21:15:45 +00:00
protocol.cxx 'using' statement are for source files, not header files 2022-01-15 01:48:01 -06:00
protocol.hxx 'using' statement are for source files, not header files 2022-01-15 01:48:01 -06:00
pve.cxx Another sprintf fix in PVE protocol this time 2023-01-09 10:57:21 +00:00
pve.hxx 'using' statement are for source files, not header files 2022-01-15 01:48:01 -06:00
ray.cxx Ray protocol: don't use hardcoded gravity 9.81 2011-07-17 19:32:16 +02:00
ray.hxx 'using' statement are for source files, not header files 2022-01-15 01:48:01 -06:00
RemoteXMLRequest.hxx ATC/Traffic doesn’t crash reset. 2015-12-11 12:11:59 -06:00
rul.cxx Sprintf to snprintf fixes 2023-01-08 19:36:44 +00:00
rul.hxx 'using' statement are for source files, not header files 2022-01-15 01:48:01 -06:00