StateTest Class Reference
List of all members.
Public Member Functions |
| void | checkState (const std::string &name, TaskContext *, bool test=true) |
| void | checkState (const std::string &name, TaskContext *, bool test=true) |
| void | doState (const std::string &name, const std::string &prog, TaskContext *, bool test=true) |
| void | doState (const std::string &name, const std::string &prog, TaskContext *, bool test=true) |
| void | finishState (std::string const &name, TaskContext *, bool test=true) |
| void | finishState (std::string const &name, TaskContext *, bool test=true) |
| void | log (const std::string &msg) |
| void | parseState (const std::string &prog, TaskContext *, bool test=true) |
| void | parseState (const std::string &prog, TaskContext *, bool test=true) |
| void | runState (const std::string &name, TaskContext *, bool test=true) |
| void | runState (const std::string &name, TaskContext *, bool test=true) |
| | StateTest () |
| | StateTest () |
| | ~StateTest () |
| | ~StateTest () |
Public Attributes |
| InputPort< bool > | b_event |
| OutputPort< bool > | b_event_source |
| InputPort< double > | d_event |
| OutputPort< double > | d_event_source |
| Operation< void(double)> | o_event |
| Parser | parser |
| ScriptingService::shared_ptr | sa |
| std::string | sline |
| InputPort< int > | t_event |
| OutputPort< int > | t_event_source |
Detailed Description
Definition at line 35 of file rtstring_test.cpp.
Constructor & Destructor Documentation
| StateTest::StateTest |
( |
|
) |
[inline] |
| StateTest::~StateTest |
( |
|
) |
[inline] |
| StateTest::StateTest |
( |
|
) |
[inline] |
| StateTest::~StateTest |
( |
|
) |
[inline] |
Member Function Documentation
| void StateTest::checkState |
( |
const std::string & |
name, |
|
|
TaskContext * |
, |
|
|
bool |
test = true | |
|
) |
| | |
| void StateTest::checkState |
( |
const std::string & |
name, |
|
|
TaskContext * |
tc, |
|
|
bool |
test = true | |
|
) |
| | |
| void StateTest::doState |
( |
const std::string & |
name, |
|
|
const std::string & |
prog, |
|
|
TaskContext * |
, |
|
|
bool |
test = true | |
|
) |
| | |
| void StateTest::doState |
( |
const std::string & |
name, |
|
|
const std::string & |
prog, |
|
|
TaskContext * |
tc, |
|
|
bool |
test = true | |
|
) |
| | |
| void StateTest::finishState |
( |
std::string const & |
name, |
|
|
TaskContext * |
, |
|
|
bool |
test = true | |
|
) |
| | |
| void StateTest::finishState |
( |
std::string const & |
name, |
|
|
TaskContext * |
tc, |
|
|
bool |
test = true | |
|
) |
| | |
| void StateTest::log |
( |
const std::string & |
msg |
) |
[inline] |
| void StateTest::parseState |
( |
const std::string & |
prog, |
|
|
TaskContext * |
, |
|
|
bool |
test = true | |
|
) |
| | |
| void StateTest::parseState |
( |
const std::string & |
prog, |
|
|
TaskContext * |
tc, |
|
|
bool |
test = true | |
|
) |
| | |
| void StateTest::runState |
( |
const std::string & |
name, |
|
|
TaskContext * |
, |
|
|
bool |
test = true | |
|
) |
| | |
| void StateTest::runState |
( |
const std::string & |
name, |
|
|
TaskContext * |
tc, |
|
|
bool |
test = true | |
|
) |
| | |
Member Data Documentation
The documentation for this class was generated from the following files: