#include <StatementProcessor.hpp>
This class parses and executes a single scripting statement.
- Deprecated:
- This class is full of hard-coded stuff and badly maintained. See ScriptingService::eval for a clean replacement.
Definition at line 57 of file StatementProcessor.hpp.
RTT::scripting::StatementProcessor::StatementProcessor |
( |
TaskContext * |
tc | ) |
|
RTT::scripting::StatementProcessor::~StatementProcessor |
( |
| ) |
|
int RTT::scripting::StatementProcessor::execute |
( |
const std::string & |
code | ) |
|
Execute a script statement.
- Return values
-
-1 | a parse error occured. |
0 | statement executed |
- Returns
- a positive number if it is a command, which is the ticket number of the command.
Definition at line 184 of file StatementProcessor.cpp.
D* RTT::scripting::StatementProcessor::d |
|
private |
The documentation for this class was generated from the following files: