Definition in file daqcard.h.
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <math.h>
#include <sys/time.h>
#include <sys/timeb.h>
#include <time.h>
#include <Hardware/dscud.h>
Include dependency graph for daqcard.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | card_t |
Defines | |
#define | ERROR_PREFIX "DMM32 Driver ERROR:" |
Functions | |
int | InitDAQCard (card_t *mycard) |
double | ADscan (card_t *mycard, int _channel) |
void | DAConvert (card_t *mycard, int _channel, int _code) |
void | ShutDownDAQCard (card_t *mycard) |
void | DIOOutputByte (card_t *mycard, int port, BYTE output_b) |
|
Definition at line 26 of file daqcard.h. Referenced by ADscan(), DAConvert(), DIOOutputByte(), and InitDAQCard(). |
|
Definition at line 56 of file daqcard.c. References card_t::dscadscan, dscADScan(), card_t::dscadsettings, card_t::dscb, dscGetErrorString(), ERROR_PREFIX, DSCADSETTINGS::gain, card_t::result, DSCADSCAN::sample_values, card_t::samples, and card_t::voltage. Referenced by DMU::GetAnalogReading(). |
|
Definition at line 32 of file daqcard.c. References card_t::chan37, card_t::chan38, card_t::dscb, dscDAConvert(), dscGetLastError(), ERROR_PREFIX, card_t::errorParams, ERRPARAMS::errstring, and card_t::result. |
|
Definition at line 144 of file daqcard.c. References BYTE, dscDIOOutputByte(), dscGetLastError(), ERROR_PREFIX, card_t::errorParams, and card_t::result. Referenced by PhysicalRelay::PowerOff(), PhysicalRelay::PowerOn(), PhysicalThruster::StartFire(), and PhysicalThruster::StopFire(). |
|
|
Definition at line 154 of file daqcard.c. References dscFree(), and card_t::samples. Referenced by DAQCard::~DAQCard(). |