7 #ifndef Os_FileSystemStatusEnumAc_HPP 8 #define Os_FileSystemStatusEnumAc_HPP 129 operator enum T()
const 137 return this->
e == e1;
143 return !(*
this == e1);
149 friend std::ostream& operator<<(
177 #if FW_SERIALIZABLE_TO_STRING Buffer size is too small to hold full path (for getWorkingDirectory)
FileSystemStatus & operator=(const FileSystemStatus &obj)
Copy assignment operator (object)
Path is too long, too many sym links, etc.
FPP shadow-enum representing Os::FileSystem::Status.
Directory stream has no more files.
Operation was successful.
bool operator!=(enum T e1) const
Inequality operator.
FileSystemStatus()
Constructor (default value of OP_OK)
FileSystemStatus(const FileSystemStatus &obj)
Copy constructor.
Operation is not supported by the current implementation.
SerializeStatus
forward declaration for string
bool operator==(enum T e1) const
Equality operator.
The number of enumerated constants.
Operation failed due to overflow in calculation of the result.
enum T e
The raw enum value.
bool isValid() const
Check raw enum value for validity.
Operand is in use by the system or by a process.
uint8_t U8
8-bit unsigned integer
FileSystemStatus(const enum T e1)
Constructor (user-provided value)
Fw::SerializeStatus serializeTo(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG) const
Serialize raw enum value to SerialType.
The size of the serial representation.
Operation not supported across devices (e.g. rename)
U8 SerialType
The serial representation type.
Fw::SerializeStatus deserializeFrom(Fw::SerialBufferBase &buffer, Fw::Endianness mode=Fw::Endianness::BIG)
Deserialize raw enum value from SerialType.
Big endian serialization.
enum T t
For backwards compatibility.