msgrouterstorage.h File Reference

#include "vsitypesint.h"
#include "RioInterfaceTypes.h"

Go to the source code of this file.

Data Structures

struct  MsgRSSheader
struct  MsgRSSnewRequest
struct  MsgRSSpendRequest
union  MsgRSSrequest
struct  MsgRSSnodeInfoReq
struct  MsgRSSdiskInfoReq
struct  MsgRSSdiskServiceTimeInfoReq
struct  MsgRSSInitializationReq
struct  MsgRSSStartSearchInLogsReq
struct  MsgRSSBlockSearchFileReq
struct  MsgRSSRemoveSearchFileReq
union  MsgRSSrouter
struct  MsgRSSstatus
struct  MsgRSSnodeInfo
struct  MsgRSSdiskInfo
struct  MsgRSSdiskServiceTimeInfo
struct  MsgRSSConfirmation
union  MsgRSSstorage
union  MsgRSS

Defines

#define MSG_RSS_READ   0x1
#define MSG_RSS_WRITE   0x2
#define MSG_RSS_FETCH   0x3
#define MSG_RSS_RECEIVE   0x4
#define MSG_RSS_SEND   0x5
#define MSG_RSS_FLUSH   0x6
#define MSG_RSS_CANCEL   0x7
#define RSS_NOCOMPLETE   0x20
#define RSS_INTERMEDIATE   0x10
#define MSG_RSS_NODEINFO_REQ   0x101
#define MSG_RSS_DISKINFO_REQ   0x102
#define MSG_RSS_DISKSERVICETIMEINFO_REQ   0x103
#define MSG_RSS_INITIALIZATION_REQ   0x104
#define MSG_RSS_START_SEARCH_IN_LOGS_REQ   0x105
#define MSG_RSS_BLOCK_SEARCH_FILE_REQ   0x106
#define MSG_RSS_REMOVE_SEARCH_FILE_REQ   0x107
#define MSG_RSS_READCOMPLETE   0x801
#define MSG_RSS_WRITECOMPLETE   0x802
#define MSG_RSS_RECEIVECOMPLETE   0x804
#define MSG_RSS_SENDCOMPLETE   0x805
#define MSG_RSS_READY   0x806
#define MSG_RSS_CANCELCOMPLETE   0x807
#define MSG_RSS_NODEINFO   0x901
#define MSG_RSS_DISKINFO   0x902
#define MSG_RSS_DISKSERVICETIMEINFO   0x903
#define MSG_RSS_CONFIRMATION   0x904

Variables

const u32 RSS_TOKEN_STORAGE = 0x583Af206
const u32 RSS_TOKEN_ROUTER = 0x72A092F5
const int SizeMsgRSSnewRequest = sizeof( MsgRSSnewRequest )
const int SizeMsgRSSpendRequest = sizeof( MsgRSSpendRequest )
const int SizeMsgRSSnodeInfoReq = sizeof( MsgRSSnodeInfoReq )
const int SizeMsgRSSdiskInfoReq = sizeof( MsgRSSdiskInfoReq )
const int SizeMsgRSSdiskServiceTimeInfoReq = sizeof( MsgRSSdiskServiceTimeInfoReq )
const int SizeMsgRSSInitializationReq = sizeof( MsgRSSInitializationReq )
const int SizeMsgRSSStartSearchInLogsReq = sizeof( MsgRSSStartSearchInLogsReq )
const int SizeMsgRSSBlockSearchFileReq = sizeof( MsgRSSBlockSearchFileReq )
const int SizeMsgRSSRemoveSearchFileReq = sizeof( MsgRSSRemoveSearchFileReq )
const int SizeMsgRSSrouter = sizeof( MsgRSSrouter )
const s32 ERROR_RSS_INVALID_DISK = -1
const s32 ERROR_RSS_INVALID_POSITION = -2
const s32 ERROR_RSS_INVALID_DATASIZE = -3
const s32 ERROR_RSS_MAX_REQUEST = -4
const s32 ERROR_RSS_INVALID_REQUESTID = -5
const s32 ERROR_RSS_IO_FAILED = -6
const s32 ERROR_RSS_SEND_FAILED = -7
const s32 ERROR_RSS_RECEIVE_FAILED = -8
const int SizeMsgRSSstatus = sizeof( MsgRSSstatus )
const int SizeMsgRSSnodeInfo = sizeof( MsgRSSnodeInfo )
const int SizeMsgRSSdiskInfo = sizeof( MsgRSSdiskInfo )
const int SizeMsgRSSdiskServiceTimeInfo = sizeof( MsgRSSdiskServiceTimeInfo )
const int SizeMsgRSSConfirmation = sizeof( MsgRSSConfirmation )
const int SizeMsgRSSstorage = sizeof( MsgRSSstorage )
const int SizeMsgRSS = sizeof( MsgRSS )

Define Documentation

#define MSG_RSS_BLOCK_SEARCH_FILE_REQ   0x106

Definition at line 159 of file msgrouterstorage.h.

#define MSG_RSS_CANCEL   0x7

Definition at line 128 of file msgrouterstorage.h.

#define MSG_RSS_CANCELCOMPLETE   0x807

Definition at line 188 of file msgrouterstorage.h.

#define MSG_RSS_CONFIRMATION   0x904

Definition at line 202 of file msgrouterstorage.h.

#define MSG_RSS_DISKINFO   0x902

Definition at line 196 of file msgrouterstorage.h.

#define MSG_RSS_DISKINFO_REQ   0x102

Definition at line 147 of file msgrouterstorage.h.

#define MSG_RSS_DISKSERVICETIMEINFO   0x903

Definition at line 199 of file msgrouterstorage.h.

#define MSG_RSS_DISKSERVICETIMEINFO_REQ   0x103

Definition at line 150 of file msgrouterstorage.h.

#define MSG_RSS_FETCH   0x3

Definition at line 119 of file msgrouterstorage.h.

#define MSG_RSS_FLUSH   0x6

Definition at line 125 of file msgrouterstorage.h.

#define MSG_RSS_INITIALIZATION_REQ   0x104

Definition at line 153 of file msgrouterstorage.h.

#define MSG_RSS_NODEINFO   0x901

Definition at line 194 of file msgrouterstorage.h.

#define MSG_RSS_NODEINFO_REQ   0x101

Definition at line 145 of file msgrouterstorage.h.

#define MSG_RSS_READ   0x1

Definition at line 115 of file msgrouterstorage.h.

#define MSG_RSS_READCOMPLETE   0x801

Definition at line 176 of file msgrouterstorage.h.

#define MSG_RSS_READY   0x806

Definition at line 185 of file msgrouterstorage.h.

#define MSG_RSS_RECEIVE   0x4

Definition at line 121 of file msgrouterstorage.h.

#define MSG_RSS_RECEIVECOMPLETE   0x804

Definition at line 180 of file msgrouterstorage.h.

#define MSG_RSS_REMOVE_SEARCH_FILE_REQ   0x107

Definition at line 162 of file msgrouterstorage.h.

#define MSG_RSS_SEND   0x5

Definition at line 123 of file msgrouterstorage.h.

#define MSG_RSS_SENDCOMPLETE   0x805

Definition at line 182 of file msgrouterstorage.h.

#define MSG_RSS_START_SEARCH_IN_LOGS_REQ   0x105

Definition at line 156 of file msgrouterstorage.h.

#define MSG_RSS_WRITE   0x2

Definition at line 117 of file msgrouterstorage.h.

#define MSG_RSS_WRITECOMPLETE   0x802

Definition at line 178 of file msgrouterstorage.h.

#define RSS_INTERMEDIATE   0x10

Definition at line 139 of file msgrouterstorage.h.

#define RSS_NOCOMPLETE   0x20

Definition at line 135 of file msgrouterstorage.h.


Variable Documentation

Definition at line 388 of file msgrouterstorage.h.

Definition at line 386 of file msgrouterstorage.h.

Definition at line 387 of file msgrouterstorage.h.

Definition at line 390 of file msgrouterstorage.h.

Definition at line 391 of file msgrouterstorage.h.

Definition at line 389 of file msgrouterstorage.h.

Definition at line 393 of file msgrouterstorage.h.

Definition at line 392 of file msgrouterstorage.h.

const u32 RSS_TOKEN_ROUTER = 0x72A092F5

Definition at line 105 of file msgrouterstorage.h.

const u32 RSS_TOKEN_STORAGE = 0x583Af206

Definition at line 104 of file msgrouterstorage.h.

const int SizeMsgRSS = sizeof( MsgRSS )

Definition at line 518 of file msgrouterstorage.h.

Definition at line 353 of file msgrouterstorage.h.

Definition at line 475 of file msgrouterstorage.h.

const int SizeMsgRSSdiskInfo = sizeof( MsgRSSdiskInfo )

Definition at line 452 of file msgrouterstorage.h.

Definition at line 303 of file msgrouterstorage.h.

Definition at line 466 of file msgrouterstorage.h.

Definition at line 314 of file msgrouterstorage.h.

Definition at line 324 of file msgrouterstorage.h.

const int SizeMsgRSSnewRequest = sizeof( MsgRSSnewRequest )

Definition at line 251 of file msgrouterstorage.h.

const int SizeMsgRSSnodeInfo = sizeof( MsgRSSnodeInfo )

Definition at line 433 of file msgrouterstorage.h.

Definition at line 293 of file msgrouterstorage.h.

Definition at line 273 of file msgrouterstorage.h.

Definition at line 363 of file msgrouterstorage.h.

const int SizeMsgRSSrouter = sizeof( MsgRSSrouter )

Definition at line 381 of file msgrouterstorage.h.

Definition at line 339 of file msgrouterstorage.h.

const int SizeMsgRSSstatus = sizeof( MsgRSSstatus )

Definition at line 416 of file msgrouterstorage.h.

const int SizeMsgRSSstorage = sizeof( MsgRSSstorage )

Definition at line 507 of file msgrouterstorage.h.

Generated on Wed Jul 4 16:03:29 2012 for RIO by  doxygen 1.6.3