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

CFlapControl Class Reference

#include <Subsystems.h>

Inheritance diagram for CFlapControl:

CBaseControl CDependent CSubsystem CStreamObject CObject List of all members.

Public Member Functions

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

Protected Attributes

int nPos
float * pos
int nSpeed
float * speed

Detailed Description

Definition at line 1209 of file Subsystems.h.


Constructor & Destructor Documentation

CFlapControl::CFlapControl void   ) 
 

Definition at line 2727 of file Subsystems.cpp.

References pos, speed, SUBSYSTEM_FLAP_CONTROL, and CSubsystem::TypeIs().

CFlapControl::~CFlapControl void   )  [virtual]
 

Definition at line 2735 of file Subsystems.cpp.

References pos, and speed.


Member Function Documentation

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

Reimplemented from CBaseControl.

Definition at line 2741 of file Subsystems.cpp.

References globals, SGlobals::logWarning, nPos, nSpeed, pos, CBaseControl::Read(), ReadFloat(), ReadInt(), speed, TAG_IGNORED, TAG_READ, TagToString(), and CLogFile::Write().


Member Data Documentation

int CFlapControl::nPos [protected]
 

Definition at line 1220 of file Subsystems.h.

Referenced by Read().

int CFlapControl::nSpeed [protected]
 

Definition at line 1222 of file Subsystems.h.

Referenced by Read().

float* CFlapControl::pos [protected]
 

Definition at line 1221 of file Subsystems.h.

Referenced by CFlapControl(), Read(), and ~CFlapControl().

float* CFlapControl::speed [protected]
 

Definition at line 1223 of file Subsystems.h.

Referenced by CFlapControl(), Read(), and ~CFlapControl().


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