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 #ifndef OS_POSIX_ERRNO_HPP
6 #define OS_POSIX_ERRNO_HPP
7 #include "Os/File.hpp"
8 #include "Os/Task.hpp"
9 #include "Os/FileSystem.hpp"
10 #include "Os/Directory.hpp"
11 #include "Os/RawTime.hpp"
12 
13 namespace Os {
14 namespace Posix {
15 
21 
27 
33 
39 
45 
51 
52 }
53 }
54 #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
Directory::Status errno_to_directory_status(PlatformIntType errno_input)
Definition: error.cpp:106
FileSystem::Status errno_to_filesystem_status(PlatformIntType errno_input)
Definition: error.cpp:51
Task::Status posix_status_to_task_status(PlatformIntType posix_status)
Definition: error.cpp:147
Mutex::Status posix_status_to_mutex_status(PlatformIntType posix_status)
Definition: error.cpp:169
RawTime::Status errno_to_rawtime_status(PlatformIntType errno_input)
Definition: error.cpp:131