Orocos Real-Time Toolkit
2.6.0
|
This parser parses a call of the form "a.b( arg1, arg2, ..., argN )". More...
#include <rtt/scripting/ExpressionParser.hpp>
Public Member Functions | |
DataCallParser (ExpressionParser &p, CommonParser &cp, TaskContext *pc, ExecutionEngine *caller) | |
rule_t & | parser () |
base::DataSourceBase * | getParseResult () |
boost::shared_ptr < base::AttributeBase > | getParseHandle () |
This parser parses a call of the form "a.b( arg1, arg2, ..., argN )".
Definition at line 65 of file ExpressionParser.hpp.