#include <LOW_semaphoreSetFactory.h>
Static Public Methods | |
int | getMaxSemaphoresPerSet () |
Get maximum number of semaphores in set (platform aware). More... | |
LOW_semaphoreSet * | new_semaphoreSet (const semSetIPCKey_t inSemSetIPCKey, unsigned int inCount, unsigned int inInit) |
Platform aware replacement for creating dynamic instances of LOW_semaphoreSet. More... |
This class also contains platform specific type definitions.
Definition at line 34 of file LOW_semaphoreSetFactory.h.
|
Get maximum number of semaphores in set (platform aware).
Definition at line 28 of file LOW_semaphoreSetFactory.cpp. Referenced by LOW_compJalousieController::LOW_compJalousieController(). |
|
Platform aware replacement for creating dynamic instances of LOW_semaphoreSet.
Definition at line 39 of file LOW_semaphoreSetFactory.cpp. Referenced by LOW_compJalousieController::LOW_compJalousieController(), LOW_linkDS2480B::LOW_linkDS2480B(), LOW_linkPassiveSerial::LOW_linkPassiveSerial(), and LOW_helper_msglog::msgLock::semaphoreInit(). |