![]() |
F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
|
Classes | |
class | PosixFile |
posix implementation of Os::File More... | |
struct | PosixFileHandle |
Typedefs | |
using | UnsignedOffT = std::make_unsigned< off_t >::type |
using | UnsignedSSizeT = std::make_unsigned< ssize_t >::type |
Variables | |
static const UnsignedOffT | OFF_T_MAX_LIMIT = static_cast<UnsignedOffT>(std::numeric_limits<off_t>::max()) |
static const UnsignedSSizeT | SSIZE_T_MAX_LIMIT = static_cast<UnsignedSSizeT>(std::numeric_limits<ssize_t>::max()) |
using Os::Posix::File::UnsignedOffT = typedef std::make_unsigned<off_t>::type |
using Os::Posix::File::UnsignedSSizeT = typedef std::make_unsigned<ssize_t>::type |
|
static |
|
static |