#include <deque>
#include <string>
#include "Enum.h"
#include "plpdirent.h"
#include "bufferstore.h"
Go to the source code of this file.
|
| typedef std::deque< class PlpDirent > | PlpDir |
| |
| typedef int(* | cpCallback_t) (void *, uint32_t) |
| | Defines the callback procedure for progress indication of copy operations. More...
|
| |
◆ cpCallback_t
| typedef int(* cpCallback_t) (void *, uint32_t) |
Defines the callback procedure for progress indication of copy operations.
Definition at line 42 of file rfsv.h.
◆ PlpDir
◆ RFSV_SENDLEN
| const int RFSV_SENDLEN = 2000 |
|
inline |