Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Signal Class Reference
This class manages the handling of unique signal flags to trigger rtos threads. More...
#include <Signal.h>
Public Member Functions | |
Signal () | |
Creates a signal object and assignes a unique flag. | |
virtual | ~Signal () |
Deletes the signal object and releases the assigned flag. | |
virtual int32_t | read () |
Gets the assigned signal flag. | |
operator int32_t () | |
The empty operator is a shorthand notation of the read() method. |
Detailed Description
This class manages the handling of unique signal flags to trigger rtos threads.
Definition at line 20 of file Signal.h.
Constructor & Destructor Documentation
Signal | ( | ) |
Creates a signal object and assignes a unique flag.
Definition at line 19 of file Signal.cpp.
~Signal | ( | ) | [virtual] |
Deletes the signal object and releases the assigned flag.
Definition at line 33 of file Signal.cpp.
Member Function Documentation
operator int32_t | ( | ) |
The empty operator is a shorthand notation of the read()
method.
Definition at line 53 of file Signal.cpp.
int32_t read | ( | void | ) | [virtual] |
Gets the assigned signal flag.
Definition at line 45 of file Signal.cpp.
Generated on Tue Jul 26 2022 07:27:55 by
