FlightGear next
navlist.hxx File Reference
#include <simgear/compiler.h>
#include <simgear/structure/SGSharedPtr.hxx>
#include <map>
#include <vector>
#include <string>
#include "navrecord.hxx"

Go to the source code of this file.

Classes

class  FGNavList
 
class  FGNavList::TypeFilter
 
class  FGTACANList
 

Typedefs

typedef SGSharedPtr< FGNavRecordnav_rec_ptr
 
typedef std::vector< nav_rec_ptrnav_list_type
 
typedef SGSharedPtr< FGTACANRecordtacan_rec_ptr
 
typedef std::vector< tacan_rec_ptrtacan_list_type
 
typedef std::map< int, tacan_list_typetacan_map_type
 
typedef std::map< std::string, tacan_list_typetacan_ident_map_type
 

Typedef Documentation

◆ nav_list_type

typedef std::vector< nav_rec_ptr > nav_list_type

Definition at line 44 of file navlist.hxx.

◆ nav_rec_ptr

typedef SGSharedPtr<FGNavRecord> nav_rec_ptr

Definition at line 43 of file navlist.hxx.

◆ tacan_ident_map_type

typedef std::map< std::string, tacan_list_type > tacan_ident_map_type

Definition at line 129 of file navlist.hxx.

◆ tacan_list_type

typedef std::vector< tacan_rec_ptr > tacan_list_type

Definition at line 127 of file navlist.hxx.

◆ tacan_map_type

typedef std::map< int, tacan_list_type > tacan_map_type

Definition at line 128 of file navlist.hxx.

◆ tacan_rec_ptr

typedef SGSharedPtr<FGTACANRecord> tacan_rec_ptr

Definition at line 126 of file navlist.hxx.