Orocos Real-Time Toolkit  2.9.0
Classes | Namespaces | Typedefs
ProgramInterface.hpp File Reference
#include <string>
#include <vector>
#include <boost/shared_ptr.hpp>
#include "../base/DataSourceBase.hpp"
#include "../base/AttributeBase.hpp"
#include "../base/ExecutableInterface.hpp"
#include "rtt-scripting-config.h"
#include "../rtt-fwd.hpp"
#include "rtt-scripting-fwd.hpp"

Go to the source code of this file.

Classes

class  RTT::scripting::ProgramInterface
 A Program represents a collection of instructions that can be stepwise executed. More...
 
struct  RTT::scripting::ProgramInterface::Status
 Placeholder of the ProgramStatus. More...
 

Namespaces

 RTT
 Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.
 
 RTT::scripting
 Parser code for the Orocos real-time scripting language.
 

Typedefs

typedef boost::shared_ptr< ProgramInterface > RTT::scripting::ProgramInterfacePtr
 
typedef boost::weak_ptr< ProgramInterface > RTT::scripting::ProgramInterfaceWPtr