FlightGear next
|
#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< FGNavRecord > | nav_rec_ptr |
typedef std::vector< nav_rec_ptr > | nav_list_type |
typedef SGSharedPtr< FGTACANRecord > | tacan_rec_ptr |
typedef std::vector< tacan_rec_ptr > | tacan_list_type |
typedef std::map< int, tacan_list_type > | tacan_map_type |
typedef std::map< std::string, tacan_list_type > | tacan_ident_map_type |
typedef std::vector< nav_rec_ptr > nav_list_type |
Definition at line 44 of file navlist.hxx.
typedef SGSharedPtr<FGNavRecord> nav_rec_ptr |
Definition at line 43 of file navlist.hxx.
typedef std::map< std::string, tacan_list_type > tacan_ident_map_type |
Definition at line 129 of file navlist.hxx.
typedef std::vector< tacan_rec_ptr > tacan_list_type |
Definition at line 127 of file navlist.hxx.
typedef std::map< int, tacan_list_type > tacan_map_type |
Definition at line 128 of file navlist.hxx.
typedef SGSharedPtr<FGTACANRecord> tacan_rec_ptr |
Definition at line 126 of file navlist.hxx.