Components/Libraries/XF/FreeRTOS/Semaphore

(Difference between revisions)
Jump to: navigation, search
(Member Attibuts)
(Member Functions Description)
Line 7: Line 7:
  
 
= Member Functions Description =
 
= Member Functions Description =
 +
== Semaphore(baseUInt oMaxCount, baseUInt oInitalCount) ==
 +
== Semaphore() ==
 +
== ~Semaphore() ==
 +
== baseUInt getCount() ==
 +
== bool take(timeSize oTicksToWait = INFINIT_TIME) ==
 +
== bool takeFromISR() ==
 +
== bool give() ==
 +
== bool giveFromISR() ==
 +
== bool isCreated() ==

Revision as of 13:53, 10 August 2017

Contents

Semaphore

This class is a C++ class that manage a FreeRTOS Semaphore.

Member Attibuts

SemaphoreHandle_t _semaphoreHandler : The FreeRTOS semaphore

Member Functions Description

Semaphore(baseUInt oMaxCount, baseUInt oInitalCount)

Semaphore()

~Semaphore()

baseUInt getCount()

bool take(timeSize oTicksToWait = INFINIT_TIME)

bool takeFromISR()

bool give()

bool giveFromISR()

bool isCreated()

Personal tools
Namespaces
Variants
Actions
Navigation
Browse
Toolbox