EtcPal
0.4.1
ETC Platform Abstraction Layer (EtcPal)
|
View other versions:
|
C++ utilities for the signal (Signals) module.
Provides a C++ wrapper for the EtcPal signal type. This class is similar to some uses of std::condition_variable, with the key advantage that it will work on any threaded platform that EtcPal is ported for, including the embedded RTOS platforms. If your application or library does not need to run on these platforms, consider using std::condition_variable instead.
Data Structures | |
class | Signal |
A wrapper class for the EtcPal signal type. More... | |