F´ Flight Software - C/C++ Documentation  devel
A framework for building embedded system applications to NASA flight quality standards.
Os::Posix Namespace Reference

Namespaces

 File
 
 Task
 

Functions

File::Status errno_to_file_status (PlatformIntType errno_input)
 
Task::Status posix_status_to_task_status (PlatformIntType posix_status)
 

Function Documentation

◆ errno_to_file_status()

Os::File::Status Os::Posix::errno_to_file_status ( PlatformIntType  errno_input)

Convert an errno representation of an error to the Os::File::Status representation.

Parameters
errno_inputerrno representation of the error
Returns
: Os::File::Status representation of the error

Definition at line 11 of file error.cpp.

◆ posix_status_to_task_status()

Os::Task::Status Os::Posix::posix_status_to_task_status ( PlatformIntType  posix_status)

Convert an posix task representation of an error to the Os::Task::Status representation.

Parameters
posix_statuserrno representation of the error
Returns
: Os::Task::Status representation of the error

Definition at line 51 of file error.cpp.