YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
safe_manager.h File Reference
#include <yarp/os/Thread.h>
#include <yarp/os/Semaphore.h>
#include <yarp/os/Property.h>
#include <string>
#include <vector>
#include <yarp/manager/manager.h>
+ Include dependency graph for safe_manager.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ApplicationEvent
 
class  SafeManager
 

Typedefs

typedef enum __ThreadAction ThreadAction
 

Enumerations

enum  __ThreadAction {
  MRUN ,
  MSTOP ,
  MKILL ,
  MCONNECT ,
  MDISCONNECT ,
  MREFRESH ,
  MREFRESH_CNN ,
  MATTACHSTDOUT ,
  MDETACHSTDOUT ,
  MLOADBALANCE ,
  MNOTHING
}
 

Typedef Documentation

◆ ThreadAction

Enumeration Type Documentation

◆ __ThreadAction

Enumerator
MRUN 
MSTOP 
MKILL 
MCONNECT 
MDISCONNECT 
MREFRESH 
MREFRESH_CNN 
MATTACHSTDOUT 
MDETACHSTDOUT 
MLOADBALANCE 
MNOTHING 

Definition at line 20 of file safe_manager.h.