Header for the Transactional File Server (TFS) types. More...
#include "psptypes.h"
Macros | |
#define | STR_TFS_TYPE_EMBED "EMBED" |
#define | STR_TFS_TYPE_SERVER "SERVER" |
#define | STR_TFS_TYPE_CLIENT "CLIENT" |
#define | STR_TFS_TYPE_REMOTE "REMOTE" |
#define | STR_TFS_TYPE_HYBRID "HYBRID" |
#define | STR_TFS_TYPE_DEFAULT "DEFAULT" |
Typedefs | |
typedef struct RDM_TFS_S * | RDM_TFS |
RDM TFS Handle. More... | |
Enumerations | |
enum | TFS_TYPE { TFS_TYPE_DEFAULT, TFS_TYPE_EMBED, TFS_TYPE_CLIENT, TFS_TYPE_HYBRID } |
Header for the Transactional File Server (TFS) types.
#define STR_TFS_TYPE_CLIENT "CLIENT" |
The string representation for the TFS client
#define STR_TFS_TYPE_DEFAULT "DEFAULT" |
The string representation for the default TFS
#define STR_TFS_TYPE_EMBED "EMBED" |
The string representation for the embedded TFS
#define STR_TFS_TYPE_HYBRID "HYBRID" |
The string representation for the hybrid TFS
#define STR_TFS_TYPE_REMOTE "REMOTE" |
The string representation for an alias of TFS client
#define STR_TFS_TYPE_SERVER "SERVER" |
The string representation for an alias of embedded TFS
enum TFS_TYPE |
tfs types