Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

CRadio Class Reference

#include <Subsystems.h>

Inheritance diagram for CRadio:

CDependent CSubsystem CStreamObject CObject CBKKLN89GPSRadio CBKKX155Radio CCommRadio CNavRadio CRnavRadio CTransponderRadio CHFCommRadio CADFRadio CBKKT76Radio List of all members.

Public Member Functions

 CRadio (void)
virtual int Read (SStream *stream, Tag tag)
virtual EMessageResult ReceiveMessage (SMessage *msg)

Protected Attributes

float tune
float lfrq
float hfrq
float sinc
bool test

Detailed Description

Definition at line 1341 of file Subsystems.h.


Constructor & Destructor Documentation

CRadio::CRadio void   ) 
 

Definition at line 2857 of file Subsystems.cpp.

References hfrq, lfrq, sinc, SUBSYSTEM_RADIO, test, tune, and CSubsystem::TypeIs().


Member Function Documentation

int CRadio::Read SStream stream,
Tag  tag
[virtual]
 

Reimplemented from CDependent.

Reimplemented in CNavRadio, CTransponderRadio, CADFRadio, CBKKT76Radio, and CBKKLN89GPSRadio.

Definition at line 2865 of file Subsystems.cpp.

References globals, hfrq, lfrq, SGlobals::logWarning, CDependent::Read(), ReadFloat(), sinc, TAG_IGNORED, TAG_READ, TagToString(), tune, and CLogFile::Write().

Referenced by CTransponderRadio::Read(), and CNavRadio::Read().

EMessageResult CRadio::ReceiveMessage SMessage msg  )  [virtual]
 

Reimplemented from CDependent.

Reimplemented in CNavRadio, CTransponderRadio, CADFRadio, CBKKX155Radio, and CBKKT76Radio.

Definition at line 2903 of file Subsystems.cpp.

References hfrq, lfrq, MSG_GETDATA, MSG_IGNORED, MSG_PROCESSED, MSG_SETDATA, CSubsystem::MsgForMe(), CDependent::ReceiveMessage(), sinc, test, tune, TYPE_INT, and TYPE_REAL.

Referenced by CTransponderRadio::ReceiveMessage(), CBKKX155Radio::ReceiveMessage(), and CNavRadio::ReceiveMessage().


Member Data Documentation

float CRadio::hfrq [protected]
 

Definition at line 1354 of file Subsystems.h.

Referenced by CADFRadio::CADFRadio(), CCommRadio::CCommRadio(), CNavRadio::CNavRadio(), CRadio(), Read(), and ReceiveMessage().

float CRadio::lfrq [protected]
 

Definition at line 1353 of file Subsystems.h.

Referenced by CADFRadio::CADFRadio(), CCommRadio::CCommRadio(), CNavRadio::CNavRadio(), CRadio(), Read(), and ReceiveMessage().

float CRadio::sinc [protected]
 

Definition at line 1355 of file Subsystems.h.

Referenced by CADFRadio::CADFRadio(), CCommRadio::CCommRadio(), CNavRadio::CNavRadio(), CRadio(), Read(), CNavRadio::ReceiveMessage(), and ReceiveMessage().

bool CRadio::test [protected]
 

Definition at line 1356 of file Subsystems.h.

Referenced by CADFRadio::CADFRadio(), CNavRadio::CNavRadio(), CRadio(), and ReceiveMessage().

float CRadio::tune [protected]
 

Definition at line 1352 of file Subsystems.h.

Referenced by CADFRadio::CADFRadio(), CCommRadio::CCommRadio(), CNavRadio::CNavRadio(), CRadio(), Read(), CBKKT76Radio::ReceiveMessage(), CTransponderRadio::ReceiveMessage(), CADFRadio::ReceiveMessage(), ReceiveMessage(), and CNavRadio::RescanNavaids().


The documentation for this class was generated from the following files:
SourceForge.net Logo Documentation generated by doxygen