EEROS  0.4.1.0
API for the EEROS Real-Time Robotics Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
MySafetyProperties.hpp File Reference
Include dependency graph for MySafetyProperties.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MySafetyProperties
 

Enumerations

enum  {
  off = 0, emergencyState = 1, systemOn = 10, startingControl = 11,
  stoppingControl = 12, powerOn = 20, moving = 30
}
 
enum  {
  doSystemOn = 100, doSystemOff = 101, startControl = 102, stopControl = 103,
  startControlDone = 104, stopControlDone = 105, startMoving = 106, stopMoving = 107,
  doEmergency = 108, resetEmergency = 109
}
 

Enumeration Type Documentation

anonymous enum
Enumerator
off 
emergencyState 
systemOn 
startingControl 
stoppingControl 
powerOn 
moving 
anonymous enum
Enumerator
doSystemOn 
doSystemOff 
startControl 
stopControl 
startControlDone 
stopControlDone 
startMoving 
stopMoving 
doEmergency 
resetEmergency