Orocos Real-Time Toolkit  2.6.0
Public Member Functions
RTT::scripting::StatementProcessor Class Reference

This class parses and executes a single scripting statement. More...

#include <rtt/scripting/StatementProcessor.hpp>

List of all members.

Public Member Functions

 StatementProcessor (TaskContext *tc)
int execute (const std::string &code)
 Execute a script statement.

Detailed Description

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.


Member Function Documentation

int RTT::scripting::StatementProcessor::execute ( const std::string &  code)

Execute a script statement.

Return values:
-1a parse error occured.
0statement executed
Returns:
a positive number if it is a command, which is the ticket number of the command.

Referenced by RTT::scripting::ScriptingService::execute().


The documentation for this class was generated from the following file: