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

CSwitchSet Class Reference

#include <Subsystems.h>

Inheritance diagram for CSwitchSet:

CDependent CSubsystem CStreamObject CObject List of all members.

Public Member Functions

 CSwitchSet (void)
virtual ~CSwitchSet (void)
virtual int Read (SStream *stream, Tag tag)

Protected Attributes

std::vector< SMessagesmsg
bool sync
bool LAND
bool TAXI
bool NAVI

Detailed Description

Definition at line 664 of file Subsystems.h.


Constructor & Destructor Documentation

CSwitchSet::CSwitchSet void   ) 
 

Definition at line 1585 of file Subsystems.cpp.

References LAND, NAVI, SUBSYSTEM_SWITCH_SET, sync, TAXI, and CSubsystem::TypeIs().

CSwitchSet::~CSwitchSet void   )  [virtual]
 

Definition at line 1595 of file Subsystems.cpp.


Member Function Documentation

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

Reimplemented from CDependent.

Definition at line 1599 of file Subsystems.cpp.

References globals, LAND, SGlobals::logWarning, msg, NAVI, CDependent::Read(), ReadMessage(), smsg, sync, TAG_IGNORED, TAG_READ, TagToString(), TAXI, and CLogFile::Write().


Member Data Documentation

bool CSwitchSet::LAND [protected]
 

Definition at line 678 of file Subsystems.h.

Referenced by CSwitchSet(), and Read().

bool CSwitchSet::NAVI [protected]
 

Definition at line 680 of file Subsystems.h.

Referenced by CSwitchSet(), and Read().

std::vector<SMessage> CSwitchSet::smsg [protected]
 

Definition at line 675 of file Subsystems.h.

Referenced by Read().

bool CSwitchSet::sync [protected]
 

Definition at line 677 of file Subsystems.h.

Referenced by CSwitchSet(), and Read().

bool CSwitchSet::TAXI [protected]
 

Definition at line 679 of file Subsystems.h.

Referenced by CSwitchSet(), and Read().


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