Detailed Description
Definition at line 32 of file hardwareSensorGpsGenom.hpp.
List of all members.
Public Member Functions |
| HardwareSensorGpsGenom (kernel::VariableCondition< int > *condition, unsigned bufferSize, Mode mode=mOnline, std::string dump_path=".", kernel::LoggerTask *loggerTask=NULL) |
virtual void | start () |
| start the acquisition thread, once the object is configured
|
virtual void | stop () |
| stop the acquisition thread
|
virtual bool | join (int timed_ms=-1) |
| wait that the acquisition thread has finished
|
virtual double | getLastTimestamp () |
jblas::ind_array | instantValues () |
| This function must return the indices of values returned by acquireReadings that represent the instant value of a physical quantity (speed, acceleration, ...) (except first column which is time) These values will typically be integrated.
|
jblas::ind_array | incrementValues () |
| This function must return the indices of values returned by acquireReadings that represent the increment of a physical quantity since last reading (odometry, ...)
|
Private Member Functions |
void | preloadTask (void) |
Private Attributes |
boost::thread * | preloadTask_thread |
std::string | dump_path |
double | last_timestamp |
kernel::LoggerTask * | loggerTask |
The documentation for this class was generated from the following file: