#include <log.h>
Public Types | |
| enum | Severity { Debug, Info, Warn, Error, Fatal } |
| enum | Type { Robot, Task, Allocation } |
Public Member Functions | |
| QString | getId () const |
| Severity | getSeverity () const |
| int | getState () const |
| ros::Time | getTimestamp () const |
| Type | getType () const |
| Log (History *history, const ros::Time ×tamp, Type type, Severity severity, const QString &id, int state) | |
| Log (const Log &log) | |
| const char * | toCString () const |
| QString | toString () const |
| virtual | ~Log () |
Private Attributes | |
| QString | id_ |
| Severity | severity_ |
| int | state_ |
| ros::Time | timestamp_ |
| Type | type_ |
| enum mrta::Log::Severity |
| enum mrta::Log::Type |
| mrta::Log::Log | ( | History * | history, |
| const ros::Time & | timestamp, | ||
| Log::Type | type, | ||
| Severity | severity, | ||
| const QString & | id, | ||
| int | state | ||
| ) |
| mrta::Log::Log | ( | const Log & | log | ) |
| mrta::Log::~Log | ( | ) | [virtual] |
| QString mrta::Log::getId | ( | ) | const |
| Log::Severity mrta::Log::getSeverity | ( | ) | const |
| int mrta::Log::getState | ( | ) | const |
| ros::Time mrta::Log::getTimestamp | ( | ) | const |
| Log::Type mrta::Log::getType | ( | ) | const |
| const char * mrta::Log::toCString | ( | ) | const |
| QString mrta::Log::toString | ( | ) | const |
QString mrta::Log::id_ [private] |
Severity mrta::Log::severity_ [private] |
int mrta::Log::state_ [private] |
ros::Time mrta::Log::timestamp_ [private] |
Type mrta::Log::type_ [private] |