FlightGear next
hla.cxx File Reference
#include "hla.hxx"
#include <simgear/compiler.h>
#include <algorithm>
#include <list>
#include <map>
#include <string>
#include <stack>
#include <simgear/debug/logstream.hxx>
#include <simgear/math/SGMath.hxx>
#include <simgear/misc/sg_path.hxx>
#include <simgear/props/props.hxx>
#include <simgear/structure/exception.hxx>
#include <simgear/xml/easyxml.hxx>
#include <simgear/hla/HLAFederate.hxx>
#include <simgear/hla/HLAArrayDataElement.hxx>
#include <simgear/hla/HLADataElement.hxx>
#include <simgear/hla/HLADataType.hxx>
#include <simgear/hla/HLALocation.hxx>
#include <simgear/hla/HLAObjectClass.hxx>
#include <simgear/hla/HLAObjectInstance.hxx>
#include <simgear/hla/HLAPropertyDataElement.hxx>
#include <simgear/hla/HLAVariantRecordDataElement.hxx>
#include <AIModel/AIMultiplayer.hxx>
#include <AIModel/AIManager.hxx>
#include <FDM/flightProperties.hxx>
#include <Main/fg_props.hxx>
#include <Main/globals.hxx>

Go to the source code of this file.

Classes

class  FGHLA::XMLConfigReader
 
struct  FGHLA::XMLConfigReader::DataElement
 
struct  FGHLA::XMLConfigReader::ModelConfig
 
struct  FGHLA::XMLConfigReader::SimTimeConfig
 
struct  FGHLA::XMLConfigReader::PositionConfig
 
struct  FGHLA::XMLConfigReader::MPPropertiesConfig
 
struct  FGHLA::XMLConfigReader::ObjectClassConfig
 
class  PropertyReferenceSet
 
class  AbstractSimTime
 
class  AbstractModel
 
class  MPPropertyVariantRecordDataElementFactory
 
class  FGHLA::MultiplayerObjectInstance
 
class  FGHLA::MPUpdateCallback
 
class  FGHLA::MPReflectCallback
 
class  SimTimeFactory
 
class  AttributeSimTimeFactory
 
class  AttributeSimTimeFactory::SimTime
 
class  MSecAttributeSimTimeFactory
 
class  MSecAttributeSimTimeFactory::SimTime
 
class  ModelFactory
 
class  AttributeModelFactory
 
class  AttributeModelFactory::Model
 
class  AttributeMapModelFactory
 
class  AttributeMapModelFactory::Model
 
class  FGHLA::MultiplayerObjectClass
 
class  FGHLA::Federate
 

Enumerations

enum  HLAVersion { RTI13 , RTI1516 , RTI1516E }
 

Enumeration Type Documentation

◆ HLAVersion

enum HLAVersion
Enumerator
RTI13 
RTI1516 
RTI1516E 

Definition at line 63 of file hla.cxx.