rdmtfstypes.h File Reference
Header for the Transactional File Server (TFS) types. More...
#include "psptypes.h"
Include dependency graph for rdmtfstypes.h:
This graph shows which files directly or indirectly include this file:
Macros |
|
| #define | STR_TFS_TYPE_EMBED "EMBED" |
| #define | STR_TFS_TYPE_REMOTE "REMOTE" |
| #define | STR_TFS_TYPE_SIMPLE "SIMPLE" |
| #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_EMBED, TFS_TYPE_REMOTE, TFS_TYPE_SIMPLE, TFS_TYPE_HYBRID, TFS_TYPE_DEFAULT } |
Detailed Description
Header for the Transactional File Server (TFS) types.
Macro Definition Documentation
STR_TFS_TYPE_DEFAULT
| #define STR_TFS_TYPE_DEFAULT "DEFAULT" |
The string representation for the default TFS
STR_TFS_TYPE_EMBED
| #define STR_TFS_TYPE_EMBED "EMBED" |
The string representation for the embedded TFS
STR_TFS_TYPE_HYBRID
| #define STR_TFS_TYPE_HYBRID "HYBRID" |
The string representation for the hybrid TFS
STR_TFS_TYPE_REMOTE
| #define STR_TFS_TYPE_REMOTE "REMOTE" |
The string representation for the remote TFS
STR_TFS_TYPE_SIMPLE
| #define STR_TFS_TYPE_SIMPLE "SIMPLE" |
The string representation for the simple TFS
Typedef Documentation
RDM_TFS
| typedef struct RDM_TFS_S* RDM_TFS |
RDM TFS Handle.
Enumeration Type Documentation
TFS_TYPE
| enum TFS_TYPE |
tfs types
| Enumerator | |
|---|---|
| TFS_TYPE_EMBED |
The built in embedded tfs that only has the capability to connect to an embedded TFS |
| TFS_TYPE_REMOTE |
The remote TFS that only has the capability to connect to a remote TFS |
| TFS_TYPE_SIMPLE |
This TFS is currently not supported |
| TFS_TYPE_HYBRID |
The hybrid TFS that has all capabilities |
| TFS_TYPE_DEFAULT |
The default TFS, which depend on which TFS your application is linked with |
25 {
31 } TFS_TYPE;