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

CIndicatorGauge Class Reference

#include <Gauges.h>

Inheritance diagram for CIndicatorGauge:

CGauge CStreamObject CObject CFlapsIndicatorGauge List of all members.

Public Member Functions

 CIndicatorGauge (void)
int Read (SStream *stream, Tag tag)

Protected Attributes

char bmap_art [64]
float lval
float hval

Detailed Description

Definition at line 2943 of file Gauges.h.


Constructor & Destructor Documentation

CIndicatorGauge::CIndicatorGauge void   ) 
 

Definition at line 10747 of file Gauges.cpp.

References bmap_art, hval, and lval.


Member Function Documentation

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

Todo:
Parse user string into SMessage field update

Reimplemented from CGauge.

Reimplemented in CFlapsIndicatorGauge.

Definition at line 10753 of file Gauges.cpp.

References bmap_art, globals, hval, SGlobals::logWarning, lval, CGauge::Read(), ReadFloat(), ReadString(), TAG_IGNORED, TAG_READ, TagToString(), and CLogFile::Write().

Referenced by CFlapsIndicatorGauge::Read().


Member Data Documentation

char CIndicatorGauge::bmap_art[64] [protected]
 

Definition at line 2951 of file Gauges.h.

Referenced by CIndicatorGauge(), and Read().

float CIndicatorGauge::hval [protected]
 

Definition at line 2953 of file Gauges.h.

Referenced by CIndicatorGauge(), and Read().

float CIndicatorGauge::lval [protected]
 

Definition at line 2952 of file Gauges.h.

Referenced by CIndicatorGauge(), and Read().


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