distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
fromCApi.hpp File Reference

Definitions of fromCApi() converter functions. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 distortos
 Top-level namespace of distortos project.
 

Functions

static distortos::ConditionVariabledistortos::fromCApi (distortos_ConditionVariable &conditionVariable)
 Casts C-API distortos_ConditionVariable to distortos::ConditionVariable. More...
 
static const distortos::ConditionVariabledistortos::fromCApi (const distortos_ConditionVariable &conditionVariable)
 Casts const C-API distortos_ConditionVariable to const distortos::ConditionVariable. More...
 
static distortos::Mutexdistortos::fromCApi (distortos_Mutex &mutex)
 Casts C-API distortos_Mutex to distortos::Mutex. More...
 
static const distortos::Mutexdistortos::fromCApi (const distortos_Mutex &mutex)
 Casts const C-API distortos_Mutex to const distortos::Mutex. More...
 
static distortos::Semaphoredistortos::fromCApi (distortos_Semaphore &semaphore)
 Casts C-API distortos_Semaphore to distortos::Semaphore. More...
 
static const distortos::Semaphoredistortos::fromCApi (const distortos_Semaphore &semaphore)
 Casts const C-API distortos_Semaphore to const distortos::Semaphore. More...
 

Detailed Description

Definitions of fromCApi() converter functions.

Author
Copyright (C) 2017 Kamil Szczygiel http://www.distortec.com http://www.freddiechopin.info
License
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.