#include <simrtdb.h>
Data Fields | |
| unsigned int | flags |
| char | inputString [MAXCSCRIPT_INPUTSTRLEN] |
| char | outputString [MAXCSCRIPT_OUTPUTSTRINGS][MAXCSCRIPT_OUTPUTSTRLEN] |
| unsigned int | outIdxPut |
Definition of for Script programs standard Input and output functions.
This is mapped in shared memory at the end of the RTDB.
| unsigned int ScriptStdIO::flags |
Set by configuration server when the input string has been received and is ready for the Script to process.
| char ScriptStdIO::inputString[MAXCSCRIPT_INPUTSTRLEN] |
The NULL terminated input string.
| char ScriptStdIO::outputString[MAXCSCRIPT_OUTPUTSTRINGS][MAXCSCRIPT_OUTPUTSTRLEN] |
The Null terminated ouput string. This string is sent over the network to all Script output listeners . This is a FIFO
| unsigned int ScriptStdIO::outIdxPut |