#include <history.h>
Public Member Functions | |
| QList< Log * > | getLogs () const |
| History (QObject *parent) | |
| void | log (const ros::Time ×tamp, Log::Type type, Log::Severity severity, const QString &id, int state) |
| virtual | ~History () |
Private Types | |
| typedef QList< Log * > | LogList |
Private Attributes | |
| LogList | logs_ |
typedef QList<Log*> mrta::History::LogList [private] |
| mrta::History::History | ( | QObject * | parent | ) |
Definition at line 6 of file history.cpp.
| mrta::History::~History | ( | ) | [virtual] |
Definition at line 8 of file history.cpp.
| QList< Log * > mrta::History::getLogs | ( | ) | const |
Definition at line 23 of file history.cpp.
| void mrta::History::log | ( | const ros::Time & | timestamp, |
| Log::Type | type, | ||
| Log::Severity | severity, | ||
| const QString & | id, | ||
| int | state | ||
| ) |
Definition at line 25 of file history.cpp.
LogList mrta::History::logs_ [private] |