F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
error.hpp
Go to the documentation of this file.
1
// ======================================================================
2
// \title Os/Darwin/error.hpp
3
// \brief header for Darwin/Mach kernel return status conversion
4
// ======================================================================
5
#ifndef OS_DARWIN_ERROR_HPP
6
#define OS_DARWIN_ERROR_HPP
7
#include "
Os/CountingSemaphore.hpp
"
8
9
namespace
Os
{
10
namespace
Darwin {
11
16
Os::CountingSemaphore::Status
dispatch_result_to_semaphore_status
(
long
dispatch_result);
17
18
}
// namespace Darwin
19
}
// namespace Os
20
#endif
Os::CountingSemaphoreInterface::Status
Status
Definition:
CountingSemaphore.hpp:16
Os
Definition:
FppConstantsAc.hpp:344
Os::Darwin::dispatch_result_to_semaphore_status
Os::CountingSemaphore::Status dispatch_result_to_semaphore_status(long dispatch_result)
Definition:
error.cpp:10
CountingSemaphore.hpp
Os
Darwin
error.hpp
Generated by
1.8.14