add user base documentation
This commit is contained in:
parent
dce1ebcf65
commit
7a20412305
@ -7,6 +7,12 @@ namespace cfdp {
|
|||||||
|
|
||||||
class UserBase {
|
class UserBase {
|
||||||
public:
|
public:
|
||||||
|
/**
|
||||||
|
* Create a user base class which is used to provides a user interface to interact with CFDP
|
||||||
|
* handlers. It is also used to pass the Virtual Filestore (VFS) Implementation to the CFDP
|
||||||
|
* handlers so the filestore operations can be mapped to the underlying filestore.
|
||||||
|
* @param vfs Virtual Filestore Object. Will be used for all file operations
|
||||||
|
*/
|
||||||
explicit UserBase(HasFileSystemIF& vfs);
|
explicit UserBase(HasFileSystemIF& vfs);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user