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

CBKKT76Radio Class Reference

#include <Subsystems.h>

Inheritance diagram for CBKKT76Radio:

CTransponderRadio CRadio CDependent CSubsystem CStreamObject CObject List of all members.

Public Member Functions

 CBKKT76Radio (void)
virtual int Read (SStream *stream, Tag tag)
virtual EMessageResult ReceiveMessage (SMessage *msg)
virtual void TimeSlice (float dT)

Protected Attributes

char tempCode [5]
int entryDigit
bool entryMode
float entryTimer

Detailed Description

Definition at line 1589 of file Subsystems.h.


Constructor & Destructor Documentation

CBKKT76Radio::CBKKT76Radio void   ) 
 

Definition at line 4207 of file Subsystems.cpp.

References entryMode, SUBSYSTEM_KT76_RADIO, tempCode, and CSubsystem::TypeIs().


Member Function Documentation

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

Reimplemented from CTransponderRadio.

Definition at line 4216 of file Subsystems.cpp.

References globals, SGlobals::logWarning, CTransponderRadio::Read(), TAG_IGNORED, TAG_READ, TagToString(), and CLogFile::Write().

EMessageResult CBKKT76Radio::ReceiveMessage SMessage msg  )  [virtual]
 

Reimplemented from CTransponderRadio.

Definition at line 4235 of file Subsystems.cpp.

References CTransponderRadio::code, entryDigit, entryMode, entryTimer, MSG_GETDATA, MSG_IGNORED, MSG_PROCESSED, MSG_SETDATA, CSubsystem::MsgForMe(), CTransponderRadio::ReceiveMessage(), tempCode, CRadio::tune, TYPE_CHARPTR, and TYPE_INT.

void CBKKT76Radio::TimeSlice float  dT  )  [virtual]
 

Todo:
Initialize all messaging in Prepare() method to avoid having to check here
Todo:
Get voltages from dependent subsystems

Reimplemented from CTransponderRadio.

Definition at line 4369 of file Subsystems.cpp.

References entryMode, entryTimer, and CTransponderRadio::TimeSlice().


Member Data Documentation

int CBKKT76Radio::entryDigit [protected]
 

Definition at line 1602 of file Subsystems.h.

Referenced by ReceiveMessage().

bool CBKKT76Radio::entryMode [protected]
 

Definition at line 1603 of file Subsystems.h.

Referenced by CBKKT76Radio(), ReceiveMessage(), and TimeSlice().

float CBKKT76Radio::entryTimer [protected]
 

Definition at line 1604 of file Subsystems.h.

Referenced by ReceiveMessage(), and TimeSlice().

char CBKKT76Radio::tempCode[5] [protected]
 

Definition at line 1601 of file Subsystems.h.

Referenced by CBKKT76Radio(), and ReceiveMessage().


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