#include <DAQCard.h>
Collaboration diagram for DAQCard:
Public Member Functions | |
DAQCard () | |
~DAQCard () | |
int | Initialize () |
Static Public Member Functions | |
DAQCard * | Instance () |
Private Attributes | |
card_t * | m_cardData |
Static Private Attributes | |
DAQCard * | s_instance = NULL |
Friends | |
class | DMU |
class | PhysicalThruster |
class | PhysicalRelay |
|
Constructors Definition at line 19 of file DAQCard.cpp. References Initialize(), and m_cardData. Referenced by Instance(). |
|
Deconstructors Definition at line 55 of file DAQCard.cpp. References m_cardData, and ShutDownDAQCard(). |
|
Initialize the attitude sensor Definition at line 39 of file DAQCard.cpp. References InitDAQCard(), and m_cardData. Referenced by DAQCard(). |
|
Function to return an instance of a single DAQ card, to prevent the application from trying to create multiple DAQCards Definition at line 25 of file DAQCard.cpp. References DAQCard(), and s_instance. Referenced by PhysicalThruster::Initialize(), PhysicalRelay::Initialize(), DMURateGyro::Initialize(), and DMUAccelerometer::Initialize(). |
|
|
|
|
|
|
|
Definition at line 44 of file DAQCard.h. Referenced by DAQCard(), DMU::GetAnalogReading(), Initialize(), PhysicalRelay::PowerOff(), PhysicalRelay::PowerOn(), PhysicalThruster::StartFire(), PhysicalThruster::StopFire(), and ~DAQCard(). |
|
Definition at line 17 of file DAQCard.cpp. Referenced by Instance(). |