Руслан Урядинский / libuavcan

Dependents:   UAVCAN UAVCAN_Subscriber

Embed: (wiki syntax)

« Back to documentation index

FileServer Class Reference

FileServer Class Reference

Full file server implements all file services: uavcan.protocol.file.GetInfo uavcan.protocol.file.Read uavcan.protocol.file.Write uavcan.protocol.file.Delete uavcan.protocol.file.GetDirectoryEntryInfo Also see IFileServerBackend. More...

#include <file_server.hpp>

Inherits uavcan::BasicFileServer.

Protected Attributes

IFileServerBackendbackend_
 Derived types can use it.

Detailed Description

Full file server implements all file services: uavcan.protocol.file.GetInfo uavcan.protocol.file.Read uavcan.protocol.file.Write uavcan.protocol.file.Delete uavcan.protocol.file.GetDirectoryEntryInfo Also see IFileServerBackend.

Definition at line 191 of file file_server.hpp.


Field Documentation

IFileServerBackend& backend_ [protected, inherited]

Derived types can use it.

Definition at line 155 of file file_server.hpp.