plptools
Loading...
Searching...
No Matches
rfsv.h File Reference
#include <deque>
#include <string>
#include "Enum.h"
#include "plpdirent.h"
#include "bufferstore.h"
Include dependency graph for rfsv.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rfsvDirhandle
 A helper class for storing intermediate internal information in rfsv16 and rfsv32 . More...
 
class  rfsv
 Access remote file services of a Psion. More...
 

Typedefs

typedef std::deque< class PlpDirentPlpDir
 
typedef int(* cpCallback_t) (void *, uint32_t)
 Defines the callback procedure for progress indication of copy operations. More...
 

Variables

const int RFSV_SENDLEN = 2000
 

Typedef Documentation

◆ 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

typedef std::deque<class PlpDirent> PlpDir

Definition at line 31 of file rfsv.h.

Variable Documentation

◆ RFSV_SENDLEN

const int RFSV_SENDLEN = 2000
inline

Definition at line 36 of file rfsv.h.