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
8 
9 namespace Os {
10 namespace Darwin {
11 
17 
18 } // namespace Darwin
19 } // namespace Os
20 #endif
Os::CountingSemaphore::Status dispatch_result_to_semaphore_status(long dispatch_result)
Definition: error.cpp:10