#include "reGlobalsExtern.h"
#include "icatHighLevelRoutines.h"
#include "apiHeaderAll.h"
#include "rsApiHandler.h"
Go to the source code of this file.
Functions | |
int | writeLine (msParam_t *where, msParam_t *inString, ruleExecInfo_t *rei) |
int | writeString (msParam_t *where, msParam_t *inString, ruleExecInfo_t *rei) |
int | _writeString (char *writeId, char *writeStr, ruleExecInfo_t *rei) |
int | writePosInt (msParam_t *where, msParam_t *inInt, ruleExecInfo_t *rei) |
int | writeBytesBuf (msParam_t *where, msParam_t *inBuf, ruleExecInfo_t *rei) |
int | writeKeyValPairs (msParam_t *where, msParam_t *inKVPair, msParam_t *separator, ruleExecInfo_t *rei) |
int | writeXMsg (msParam_t *inStreamId, msParam_t *inHdr, msParam_t *inMsg, ruleExecInfo_t *rei) |
int | readXMsg (msParam_t *inStreamId, msParam_t *inCondRead, msParam_t *outMsgNum, msParam_t *outSeqNum, msParam_t *outHdr, msParam_t *outMsg, msParam_t *outUser, msParam_t *outAddr, ruleExecInfo_t *rei) |
Definition in file printMS.c.