Real-Time API Revision2025.1-3
Loading...
Searching...
No Matches
ScriptStdIO Struct Reference

#include <simrtdb.h>

Data Fields

unsigned int flags
char inputString [MAXCSCRIPT_INPUTSTRLEN]
char outputString [MAXCSCRIPT_OUTPUTSTRINGS][MAXCSCRIPT_OUTPUTSTRLEN]
unsigned int outIdxPut

Detailed Description

Definition of for Script programs standard Input and output functions.
This is mapped in shared memory at the end of the RTDB.

Field Documentation

◆ flags

unsigned int ScriptStdIO::flags

Set by configuration server when the input string has been received and is ready for the Script to process.

◆ inputString

char ScriptStdIO::inputString[MAXCSCRIPT_INPUTSTRLEN]

The NULL terminated input string.

◆ outputString

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

◆ outIdxPut

unsigned int ScriptStdIO::outIdxPut

The documentation for this struct was generated from the following file: