From OpenSCADAWiki
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
'''Protected methods:''' | '''Protected methods:''' | ||
− | * ''virtual TMArchivator *AMess( const string & | + | * ''virtual TMArchivator *AMess( const string &id, const string &stor );'' — Called when a new object of the message archiver is opened or created by this module with the identifier ''id'' and in the storage ''stor''. |
− | * ''virtual TVArchivator *AVal( const string & | + | * ''virtual TVArchivator *AVal( const string &id, const string &stor );'' — Called when a new object of the value archiver is opened or created by this module with the identifier ''id'' and in the storage ''stor''. |
Latest revision as of 20:50, 9 November 2022
Protected methods:
- virtual TMArchivator *AMess( const string &id, const string &stor ); — Called when a new object of the message archiver is opened or created by this module with the identifier id and in the storage stor.
- virtual TVArchivator *AVal( const string &id, const string &stor ); — Called when a new object of the value archiver is opened or created by this module with the identifier id and in the storage stor.