From OpenSCADAWiki
Revision as of 16:56, 7 April 2020 by FuzzyBot (Talk | contribs) (Importing a new version from external source)
The structure of the message (class — TMess:: SRec):
- time_t time; — time of the message;
- int utime; — microsecond of the message time;
- string categ; — category of messages (usually the way inside the system);
- int8_t level; — the level of the message;
- string mess; — message.