Simple program for introduction of mirror actuator.
ThreadFlag Class Reference
This class manages the handling of unique thread flags to trigger rtos threads. More...
#include <ThreadFlag.h>
Public Member Functions | |
| ThreadFlag () | |
| Creates a signal object and assignes a unique flag. | |
| virtual | ~ThreadFlag () |
| Deletes the signal object and releases the assigned flag. | |
| virtual uint32_t | read () |
| Gets the assigned thread flag. | |
| operator uint32_t () | |
The empty operator is a shorthand notation of the read() method. | |
Detailed Description
This class manages the handling of unique thread flags to trigger rtos threads.
Definition at line 20 of file ThreadFlag.h.
Constructor & Destructor Documentation
| ThreadFlag | ( | ) |
Creates a signal object and assignes a unique flag.
Definition at line 19 of file ThreadFlag.cpp.
| ~ThreadFlag | ( | ) | [virtual] |
Deletes the signal object and releases the assigned flag.
Definition at line 33 of file ThreadFlag.cpp.
Member Function Documentation
| operator uint32_t | ( | ) |
The empty operator is a shorthand notation of the read() method.
Definition at line 53 of file ThreadFlag.cpp.
| uint32_t read | ( | ) | [virtual] |
Gets the assigned thread flag.
Definition at line 45 of file ThreadFlag.cpp.
Generated on Sun Jul 17 2022 14:09:45 by
1.7.2