FlightGear next
|
#include <AV400WSim.hxx>
Inherits FGProtocol.
Public Member Functions | |
FGAV400WSimA () | |
~FGAV400WSimA () | |
bool | gen_message () |
bool | parse_message () |
bool | open () |
bool | process () |
bool | close () |
![]() | |
FGProtocol () | |
virtual | ~FGProtocol () |
virtual void | reinit () |
SGProtocolDir | get_direction () const |
void | set_direction (const std::string &d) |
double | get_hz () const |
void | set_hz (double t) |
double | get_count_down () const |
void | set_count_down (double c) |
void | inc_count_down (double amt) |
void | dec_count_down (double amt) |
void | inc_count () |
unsigned long | get_count () |
bool | is_enabled () const |
void | set_enabled (const bool b) |
SGIOChannel * | get_io_channel () const |
void | set_io_channel (SGIOChannel *c) |
void | set_name (const std::string &n) |
std::string | get_name () const |
Definition at line 45 of file AV400WSim.hxx.
FGAV400WSimA::FGAV400WSimA | ( | ) |
Definition at line 41 of file AV400WSim.cxx.
FGAV400WSimA::~FGAV400WSimA | ( | ) |
Definition at line 44 of file AV400WSim.cxx.
|
virtual |
Reimplemented from FGProtocol.
Definition at line 233 of file AV400WSim.cxx.
|
virtual |
Reimplemented from FGProtocol.
Definition at line 49 of file AV400WSim.cxx.
|
virtual |
Reimplemented from FGProtocol.
Definition at line 183 of file AV400WSim.cxx.
|
virtual |
Reimplemented from FGProtocol.
Definition at line 112 of file AV400WSim.cxx.
|
virtual |
Reimplemented from FGProtocol.
Definition at line 204 of file AV400WSim.cxx.