This is the complete list of members for uavcan::IFileServerBackend, including all inherited members.
EntryType typedef | uavcan::IFileServerBackend | |
Error typedef | uavcan::IFileServerBackend | |
getDirectoryEntryInfo(const Path &directory_path, const uint32_t entry_index, EntryType &out_type, Path &out_entry_full_path) | uavcan::IFileServerBackend | inlinevirtual |
getInfo(const Path &path, uint64_t &out_size, EntryType &out_type)=0 | uavcan::IFileServerBackend | pure virtual |
getPathSeparator() | uavcan::IFileServerBackend | inlinestatic |
Path typedef | uavcan::IFileServerBackend | |
read(const Path &path, const uint64_t offset, uint8_t *out_buffer, uint16_t &inout_size)=0 | uavcan::IFileServerBackend | pure virtual |
ReadSize enum value | uavcan::IFileServerBackend | |
remove(const Path &path) | uavcan::IFileServerBackend | inlinevirtual |
write(const Path &path, const uint64_t offset, const uint8_t *buffer, const uint16_t size) | uavcan::IFileServerBackend | inlinevirtual |
~IFileServerBackend() | uavcan::IFileServerBackend | inlinevirtual |