#include "safe_manager.h"
Go to the source code of this file.
Macros | |
#define | WAIT_SEMAPHOR() waitSemaphore(); |
#define | POST_SEMAPHOR() postSemaphore(); |
#define POST_SEMAPHOR | ( | ) | postSemaphore(); |
Definition at line 12 of file safe_manager.cpp.
#define WAIT_SEMAPHOR | ( | ) | waitSemaphore(); |
Definition at line 10 of file safe_manager.cpp.