#include <Measurement.h>
Public Member Functions | |
Measurement (int arg=0) | |
Measurement (double arg) | |
Measurement (float arg) | |
Measurement (long sec, long usec) | |
virtual | ~Measurement () |
void | SetTime (long sec, long usec) |
void | GetTime (long &sec, long &usec) |
void | GetTime (struct timeval &t) |
void | Set (int arg) |
void | Set (double arg) |
void | Set (float arg) |
int | GetAsInt () |
double | GetAsDouble () |
float | GetAsFloat () |
Private Attributes | |
void * | data |
timeval | tStamp |
|
Definition at line 13 of file Measurement.h. |
|
Definition at line 15 of file Measurement.h. |
|
Definition at line 17 of file Measurement.h. |
|
Definition at line 18 of file Measurement.h. |
|
Definition at line 22 of file Measurement.h. |
|
Definition at line 44 of file Measurement.h. Referenced by DMURateGyro::DMURateGyro(), AttitudeObserver::Initialize(), main(), triadObserver::Run(), DefaultObserver::Run(), AttitudeObserver::Run(), and atterrbiasObserver::Run(). |
|
Definition at line 46 of file Measurement.h. |
|
Definition at line 42 of file Measurement.h. |
|
Definition at line 34 of file Measurement.h. |
|
Definition at line 29 of file Measurement.h. Referenced by main(), DefaultObserver::Run(), AttitudeObserver::Run(), and atterrbiasObserver::Run(). |
|
Definition at line 40 of file Measurement.h. |
|
Definition at line 38 of file Measurement.h. |
|
Definition at line 36 of file Measurement.h. |
|
Definition at line 24 of file Measurement.h. Referenced by DMURateGyro::GetMeasurement(), and DMUAccelerometer::GetMeasurement(). |
|
Definition at line 49 of file Measurement.h. |
|
Definition at line 50 of file Measurement.h. |