#include <UserVehicles.h>
Inheritance diagram for CElectricalSystem:

Public Member Functions | |
| CElectricalSystem (const char *ampFilename) | |
| ~CElectricalSystem (void) | |
| int | Read (SStream *stream, Tag tag) |
| void | ReadFinished (void) |
| void | Write (SStream *stream) |
| void | Timeslice (float dT) |
| void | Print (FILE *f) |
Public Attributes | |
| std::vector< CSubsystem * > | subs |
| CAileronControl * | pAileron |
| CElevatorControl * | pElevator |
| CRudderControl * | pRudder |
| CAileronTrimControl * | pAileronTrim |
| CElevatorTrimControl * | pElevatorTrim |
| CRudderTrimControl * | pRudderTrim |
Definition at line 233 of file UserVehicles.h.
|
|
Definition at line 504 of file UserVehicles.cpp. References CloseStream(), SStream::filename, SStream::mode, OpenStream(), pAileron, pAileronTrim, pElevator, pElevatorTrim, pRudder, pRudderTrim, and ReadFrom(). |
|
|
Definition at line 525 of file UserVehicles.cpp. References subs. |
|
|
Definition at line 1777 of file UserVehicles.cpp. References CSubsystem::Print(), and subs. Referenced by debug_dump_electrical_cb(). |
|
||||||||||||
|
|
Reimplemented from CStreamObject. Definition at line 1702 of file UserVehicles.cpp. |
|
|
Definition at line 1757 of file UserVehicles.cpp. References EVAL_UNKNOWN, CSubsystem::IsType(), CDependent::SetEvaluated(), subs, SUBSYSTEM_BASE, and CSubsystem::TimeSlice(). Referenced by CAirplane::Timeslice(). |
|
|
Reimplemented from CStreamObject. Definition at line 1707 of file UserVehicles.cpp. |
|
|
Definition at line 251 of file UserVehicles.h. Referenced by CAirplane::AileronDecr(), CAirplane::AileronIncr(), CElectricalSystem(), and Read(). |
|
|
Definition at line 254 of file UserVehicles.h. Referenced by CAirplane::AileronTrimDecr(), CAirplane::AileronTrimIncr(), CElectricalSystem(), and Read(). |
|
|
Definition at line 252 of file UserVehicles.h. Referenced by CElectricalSystem(), CAirplane::ElevatorDecr(), CAirplane::ElevatorIncr(), and Read(). |
|
|
Definition at line 255 of file UserVehicles.h. Referenced by CElectricalSystem(), CAirplane::ElevatorTrimDecr(), CAirplane::ElevatorTrimIncr(), and Read(). |
|
|
Definition at line 253 of file UserVehicles.h. Referenced by CElectricalSystem(), Read(), CAirplane::RudderDecr(), and CAirplane::RudderIncr(). |
|
|
Definition at line 256 of file UserVehicles.h. Referenced by CElectricalSystem(), Read(), CAirplane::RudderTrimDecr(), and CAirplane::RudderTrimIncr(). |
|
|
Definition at line 248 of file UserVehicles.h. Referenced by Print(), Read(), SendMessageToAmpSystems(), Timeslice(), and ~CElectricalSystem(). |
|
|
Documentation generated by
|