orca-robotics INTRODUCTION Overview Download and Install Quick Start Documentation Publications REPOSITORY Interfaces Components Libraries Utilities Software Map DEVELOPER Tutorials Examples Dev Guide Dashboard Wiki login/pass: orca/orca PEOPLE Contributors Users Project Download Mailing lists
|
orca::LogData Struct ReferenceInformation about the status of the logging process.
More...
|
Public Attributes | |
Time | timeStamp |
Time when data was collected. | |
LogState | state |
The state of the logger. | |
int | logSize |
Amount of data logged so far [bytes]. | |
int | logRate |
Average log data rate (from the start of this log) [bytes/s]. | |
int | logCount |
Number of interfaces being logged. | |
int | spaceLeft |
Amount of space left on the storage device [bytes]. | |
Time | timeLeft |
All data is meaningless if the current log state is LogStopped.
|
Estimate of time logging can continue at the current rate. (May or may not be the same as spaceLeft/logRage) |
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)