![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
Namespaces | |
| namespace | Console |
| namespace | Directory |
| namespace | File |
| namespace | FileSystem |
| namespace | Mutex |
| namespace | RawTime |
| namespace | Task |
Functions | |
| File::Status | errno_to_file_status (PlatformIntType errno_input) |
| FileSystem::Status | errno_to_filesystem_status (PlatformIntType errno_input) |
| Directory::Status | errno_to_directory_status (PlatformIntType errno_input) |
| RawTime::Status | errno_to_rawtime_status (PlatformIntType errno_input) |
| Task::Status | posix_status_to_task_status (PlatformIntType posix_status) |
| Mutex::Status | posix_status_to_mutex_status (PlatformIntType posix_status) |
| Os::Directory::Status Os::Posix::errno_to_directory_status | ( | PlatformIntType | errno_input | ) |
Convert an errno representation of an error to the Os::FileSystem::Status representation.
| errno_input | errno representation of the error |
| 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.
| errno_input | errno representation of the error |
| Os::FileSystem::Status Os::Posix::errno_to_filesystem_status | ( | PlatformIntType | errno_input | ) |
Convert an errno representation of an error to the Os::FileSystem::Status representation.
| errno_input | errno representation of the error |
| Os::RawTime::Status Os::Posix::errno_to_rawtime_status | ( | PlatformIntType | errno_input | ) |
Convert an errno representation of an error to the Os::RawTime::Status representation.
| errno_input | errno representation of the error |
| Os::Mutex::Status Os::Posix::posix_status_to_mutex_status | ( | PlatformIntType | posix_status | ) |
Convert a Posix return status (int) for mutex operations to the Os::Mutex::Status representation.
| posix_status | return 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.
| posix_status | errno representation of the error |