Orocos Real-Time Toolkit  2.6.0
Public Types
RTT::scripting::ProgramInterface::Status Struct Reference

Placeholder of the ProgramStatus. More...

#include <rtt/scripting/ProgramInterface.hpp>

List of all members.

Public Types

enum  ProgramStatus {
  unknown = 0, stopped, paused, running,
  error
}
 Enumerates the statuses of a ProgramInterface. More...

Detailed Description

Placeholder of the ProgramStatus.

Definition at line 67 of file ProgramInterface.hpp.


Member Enumeration Documentation

Enumerates the statuses of a ProgramInterface.

Enumerator:
stopped 

This program is currently not loaded in an ExecutionEngine.

paused 

The program is not running.

running 

The program was running but is now paused.

error 

The program is running.

The program was running but has encountered an error.

Definition at line 71 of file ProgramInterface.hpp.


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