FlightGear next
native_structs.cxx File Reference
#include <simgear/io/lowlevel.hxx>
#include <simgear/timing/sg_time.hxx>
#include <Network/net_ctrls.hxx>
#include <Network/net_fdm.hxx>
#include <Network/net_gui.hxx>
#include <Main/fg_props.hxx>
#include "native_structs.hxx"
#include <netinet/in.h>

Go to the source code of this file.

Functions

static void htond (double &x)
 
static void htonf (float &x)
 
template<>
void FGProps2FDM< FGNetFDM > (SGPropertyNode *props, FGNetFDM *net, bool net_byte_order)
 
template<>
void FGFDM2Props< FGNetFDM > (SGPropertyNode *props, FGNetFDM *net, bool net_byte_order)
 
template<>
void FGProps2GUI< FGNetGUI > (SGPropertyNode *props, FGNetGUI *net)
 
template<>
void FGGUI2Props< FGNetGUI > (SGPropertyNode *props, FGNetGUI *net)
 
template<>
void FGProps2Ctrls< FGNetCtrls > (SGPropertyNode *props, FGNetCtrls *net, bool honor_freezes, bool net_byte_order)
 
template<>
void FGCtrls2Props< FGNetCtrls > (SGPropertyNode *props, FGNetCtrls *net, bool honor_freezes, bool net_byte_order)
 

Function Documentation

◆ FGCtrls2Props< FGNetCtrls >()

template<>
void FGCtrls2Props< FGNetCtrls > ( SGPropertyNode * props,
FGNetCtrls * net,
bool honor_freezes,
bool net_byte_order )

Definition at line 1327 of file native_structs.cxx.

◆ FGFDM2Props< FGNetFDM >()

template<>
void FGFDM2Props< FGNetFDM > ( SGPropertyNode * props,
FGNetFDM * net,
bool net_byte_order )

Definition at line 275 of file native_structs.cxx.

◆ FGGUI2Props< FGNetGUI >()

template<>
void FGGUI2Props< FGNetGUI > ( SGPropertyNode * props,
FGNetGUI * net )

Definition at line 885 of file native_structs.cxx.

◆ FGProps2Ctrls< FGNetCtrls >()

template<>
void FGProps2Ctrls< FGNetCtrls > ( SGPropertyNode * props,
FGNetCtrls * net,
bool honor_freezes,
bool net_byte_order )

Definition at line 1138 of file native_structs.cxx.

◆ FGProps2FDM< FGNetFDM >()

template<>
void FGProps2FDM< FGNetFDM > ( SGPropertyNode * props,
FGNetFDM * net,
bool net_byte_order )

Definition at line 89 of file native_structs.cxx.

◆ FGProps2GUI< FGNetGUI >()

template<>
void FGProps2GUI< FGNetGUI > ( SGPropertyNode * props,
FGNetGUI * net )

Definition at line 755 of file native_structs.cxx.

◆ htond()

static void htond ( double & x)
static

Definition at line 56 of file native_structs.cxx.

◆ htonf()

static void htonf ( float & x)
static

Definition at line 73 of file native_structs.cxx.