From OpenSCADAWiki
Jump to: navigation, search
(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 &iid, const string &idb );'' — The modular method of creating of the messages' archiver.
+
* ''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 &iid, const string &idb );'' — The modular method of creating of the values' archiver.
+
* ''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

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Documents/API)
'''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''.
Translation'''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''.

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.