From OpenSCADAWiki
Jump to: navigation, search
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 2: Line 2:
 
* ''TVArchEl *archivePlace( TVArchive &item );'' — Add the archive ''item'' to the processing by the archiver.
 
* ''TVArchEl *archivePlace( TVArchive &item );'' — Add the archive ''item'' to the processing by the archiver.
 
* ''void archiveRemove( const string &id, bool full = false );'' — Remove the archive ''id'' from the processing by the archiver, with the possibility of its full deleting  ''full''.
 
* ''void archiveRemove( const string &id, bool full = false );'' — Remove the archive ''id'' from the processing by the archiver, with the possibility of its full deleting  ''full''.
* ''virtual TVArchEl *getArchEl( TVArchive &arch );'' — Getting the object of the archive's element for the specified archive.
+
* ''virtual TVArchEl *getArchEl( TVArchive &arch );'' — Getting the element object of the value archive for the specified archive ''arch''.
* ''virtual void pushAccumVals( );'' — Push the accumulated by the archivation task values, for the accumulated archivators.
+
* ''virtual void pushAccumVals( );'' — Pushing the accumulated values by the archivation task, for the accumulative archivers.

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:'''
* ''TVArchEl *archivePlace( TVArchive &item );'' — Add the archive ''item'' to the processing by the archiver.
* ''void archiveRemove( const string &id, bool full = false );'' — Remove the archive ''id'' from the processing by the archiver, with the possibility of its full deleting  ''full''.
* ''virtual TVArchEl *getArchEl( TVArchive &arch );'' — Getting the element object of the value archive for the specified archive ''arch''.
* ''virtual void pushAccumVals( );'' — Pushing the accumulated values by the archivation task, for the accumulative archivers.
Translation'''Protected methods:'''
* ''TVArchEl *archivePlace( TVArchive &item );'' — Add the archive ''item'' to the processing by the archiver.
* ''void archiveRemove( const string &id, bool full = false );'' — Remove the archive ''id'' from the processing by the archiver, with the possibility of its full deleting  ''full''.
* ''virtual TVArchEl *getArchEl( TVArchive &arch );'' — Getting the element object of the value archive for the specified archive ''arch''.
* ''virtual void pushAccumVals( );'' — Pushing the accumulated values by the archivation task, for the accumulative archivers.

Protected methods:

  • TVArchEl *archivePlace( TVArchive &item ); — Add the archive item to the processing by the archiver.
  • void archiveRemove( const string &id, bool full = false ); — Remove the archive id from the processing by the archiver, with the possibility of its full deleting full.
  • virtual TVArchEl *getArchEl( TVArchive &arch ); — Getting the element object of the value archive for the specified archive arch.
  • virtual void pushAccumVals( ); — Pushing the accumulated values by the archivation task, for the accumulative archivers.