F´ Flight Software - C/C++ Documentation  devel
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/Posix/error.hpp
3 // \brief header for posix errno conversion
4 // ======================================================================
5 #include "Os/File.hpp"
6 #include "Os/Task.hpp"
7 #ifndef OS_POSIX_ERRNO_HPP
8 #define OS_POSIX_ERRNO_HPP
9 
10 namespace Os {
11 namespace Posix {
12 
18 
24 
25 }
26 }
27 #endif
int PlatformIntType
DefaultTypes.hpp provides fallback defaults for the platform types.
File::Status errno_to_file_status(PlatformIntType errno_input)
Definition: error.cpp:11
Task::Status posix_status_to_task_status(PlatformIntType posix_status)
Definition: error.cpp:51