YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
safe_manager.cpp File Reference
#include "safe_manager.h"
+ Include dependency graph for safe_manager.cpp:

Go to the source code of this file.

Macros

#define WAIT_SEMAPHOR()   waitSemaphore();
 
#define POST_SEMAPHOR()   postSemaphore();
 

Macro Definition Documentation

◆ POST_SEMAPHOR

#define POST_SEMAPHOR ( )    postSemaphore();

Definition at line 12 of file safe_manager.cpp.

◆ WAIT_SEMAPHOR

#define WAIT_SEMAPHOR ( )    waitSemaphore();

Definition at line 10 of file safe_manager.cpp.