file name: evalglob.hpp
classification: evaluation
contents: struct SStructureReply, several declarations of variables
that are defined in evalsys.cpp
use: needed for the dummy evaluation
global items used:
global items provided:
INT32 supsid[]:
The array of socket IDs. The first entries are the supervisor socket IDs,
the last entry is the controller. The array is required by SelectSocket().
INT32 round:
The number of the current round (set by PrintEvent()).
EBool g_byteOrderReversed:
If it is True, then the byte order of the communication peer is different
from the own order. The value is set in main()
and required by all functions that handle simulation messages.
struct SStructureReply:
The structure stores a pointer to the data structure that is sent as a
reply to a MsgGetParameter message and the size
of this data structure. It is required by the dummy evaluation to handle
replies containing parameter values.