FlightGear next
AIBase.hxx File Reference
#include <string>
#include <string_view>
#include <osg/ref_ptr>
#include <simgear/constants.h>
#include <simgear/math/sg_geodesy.hxx>
#include <simgear/misc/sg_path.hxx>
#include <simgear/props/tiedpropertylist.hxx>
#include <simgear/scene/model/placement.hxx>
#include <simgear/sg_inlines.h>
#include <simgear/structure/SGReferenced.hxx>
#include <simgear/structure/SGSharedPtr.hxx>

Go to the source code of this file.

Classes

class  FGAIBase
 

Namespaces

namespace  osg
 
namespace  simgear
 

Typedefs

typedef SGSharedPtr< FGAIBaseFGAIBasePtr
 

Variables

static const double tgt_ht [] = {0, 50, 100, 250, 0, 100, 0, 0, 50, 50, 20, 100, 50}
 
static const double tgt_length [] = {0, 100, 200, 750, 0, 50, 0, 0, 200, 100, 40, 200, 100}
 

Typedef Documentation

◆ FGAIBasePtr

typedef SGSharedPtr<FGAIBase> FGAIBasePtr

Definition at line 371 of file AIBase.hxx.

Variable Documentation

◆ tgt_ht

const double tgt_ht[] = {0, 50, 100, 250, 0, 100, 0, 0, 50, 50, 20, 100, 50}
static

Definition at line 573 of file AIBase.hxx.

◆ tgt_length

const double tgt_length[] = {0, 100, 200, 750, 0, 50, 0, 0, 200, 100, 40, 200, 100}
static

Definition at line 574 of file AIBase.hxx.