From OpenSCADAWiki
Data:
Re-implementation the structure of the message TMess::SRec (class — TMArchivator::SMRecDbl):
- SMRecDbl &operator=( const TMess::SRec mess ); — the message mess assigning with filling double messages in extM for equal second of time;
- bool operator==( SRec &vl ); — the message vl comparing including double messages in extM;
- map<string, bool> extM; — double messages in the form "<lev>:<cat>::<mess>" for equal second of time.