Detailed Description
Definition at line 276 of file hardwareSensorAbstract.hpp.
List of all members.
Public Member Functions |
|
void | openWrite (std::string name, std::string dump_path, int format, int size, kernel::LoggerTask *loggerTask) |
|
void | write (jblas::vec &v) |
|
void | openRead (std::string name, std::string dump_path, int &format, int &size) |
|
bool | read (jblas::vec &v) |
|
void | close () |
Protected Attributes |
|
std::fstream | fl |
|
std::fstream | fb |
|
bool | binary |
|
bool | old |
|
int | size |
|
kernel::LoggerTask * | loggerTask |
|
std::string | name |
The documentation for this class was generated from the following file: