#include <stage.hh>
Public Member Functions | |
LogEntry (usec_t timestamp, Model *mod) | |
Static Public Member Functions | |
static void | Clear () |
static size_t | Count () |
static void | Print () |
Static Public Attributes | |
static std::vector< LogEntry > | log |
Private Attributes | |
Model * | mod |
Pose | pose |
usec_t | timestamp |
LogEntry::LogEntry | ( | usec_t | timestamp, |
Model * | mod | ||
) |
Definition at line 7 of file logentry.cc.
static void Stg::LogEntry::Clear | ( | ) | [inline, static] |
static size_t Stg::LogEntry::Count | ( | ) | [inline, static] |
void LogEntry::Print | ( | ) | [static] |
Print the log on stdout
Definition at line 18 of file logentry.cc.
std::vector< LogEntry > LogEntry::log [static] |
Model* Stg::LogEntry::mod [private] |
Pose Stg::LogEntry::pose [private] |
usec_t Stg::LogEntry::timestamp [private] |