#include <TimeTable.h>
Public Member Functions | |
TimeTable () | |
~TimeTable () | |
void | setFilename (string filename) |
string | getFilename () const |
void | setMethod (int method) |
int | getMethod () const |
double | getState () const |
void | process (const Eref &e, ProcPtr p) |
void | reinit (const Eref &e, ProcPtr p) |
Static Public Member Functions | |
static const Cinfo * | initCinfo () |
TimeTable::TimeTable | ( | ) |
TimeTable::~TimeTable | ( | ) |
string TimeTable::getFilename | ( | ) | const |
Referenced by initCinfo().
int TimeTable::getMethod | ( | ) | const |
Referenced by initCinfo().
double TimeTable::getState | ( | ) | const |
Referenced by initCinfo().
const Cinfo * TimeTable::initCinfo | ( | ) | [static] |
Reimplemented from TableBase.
References getFilename(), getMethod(), getState(), TableBase::initCinfo(), process(), reinit(), setFilename(), and setMethod().
The process function called by scheduler on every tick
References ProcInfo::currTime, and TableBase::vec().
Referenced by initCinfo().
The reinit function called by scheduler for the reset
Referenced by initCinfo().
void TimeTable::setFilename | ( | string | filename | ) |
Referenced by initCinfo().
void TimeTable::setMethod | ( | int | method | ) |
Referenced by initCinfo().