#include <PhysicalThruster.h>
Collaboration diagram for PhysicalThruster:
Public Member Functions | |
PhysicalThruster () | |
~PhysicalThruster () | |
void | StartFire (BYTE signal) |
void | StopFire () |
double | CalcThrustLevel (double pressureSetting) |
void | Initialize () |
Private Attributes | |
DAQCard * | m_DAQCard |
|
Default Constructor Definition at line 13 of file PhysicalThruster.cpp. References Initialize(). |
|
Deconstructor Definition at line 18 of file PhysicalThruster.cpp. |
|
Calculate the steady state thrust level given a pressure setting Definition at line 39 of file PhysicalThruster.cpp. Referenced by Thruster::SetThrustLevel(). |
|
Definition at line 34 of file PhysicalThruster.cpp. References DAQCard::Instance(), and m_DAQCard. Referenced by Thruster::Initialize(), and PhysicalThruster(). |
|
Fire the thruster Definition at line 22 of file PhysicalThruster.cpp. References DIOOutputByte(), DAQCard::m_cardData, and m_DAQCard. Referenced by Thruster::StartFire(). |
|
Turn off the thruster Definition at line 28 of file PhysicalThruster.cpp. References DIOOutputByte(), DAQCard::m_cardData, and m_DAQCard. Referenced by Thruster::StopFire(). |
|
Pointer to an instance of the DAQ card Definition at line 53 of file PhysicalThruster.h. Referenced by Initialize(), StartFire(), and StopFire(). |