FlightGear next
FGRUL Class Reference

#include <rul.hxx>

Inherits FGProtocol.

Public Member Functions

 FGRUL ()
 
 ~FGRUL ()
 
bool gen_message ()
 
bool parse_message ()
 
bool process ()
 
- Public Member Functions inherited from FGProtocol
 FGProtocol ()
 
virtual ~FGProtocol ()
 
virtual bool open ()
 
virtual bool close ()
 
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
 

Detailed Description

Definition at line 34 of file rul.hxx.

Constructor & Destructor Documentation

◆ FGRUL()

FGRUL::FGRUL ( )

Definition at line 37 of file rul.cxx.

◆ ~FGRUL()

FGRUL::~FGRUL ( )

Definition at line 41 of file rul.cxx.

Member Function Documentation

◆ gen_message()

bool FGRUL::gen_message ( )
virtual

Reimplemented from FGProtocol.

Definition at line 60 of file rul.cxx.

◆ parse_message()

bool FGRUL::parse_message ( )
virtual

Reimplemented from FGProtocol.

Definition at line 97 of file rul.cxx.

◆ process()

bool FGRUL::process ( )
virtual

Reimplemented from FGProtocol.

Definition at line 105 of file rul.cxx.


The documentation for this class was generated from the following files: