From OpenSCADAWiki
(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 | + | * ''virtual TVArchEl *getArchEl( TVArchive &arch );'' — Getting the element object of the value archive for the specified archive ''arch''. |
− | * ''virtual void pushAccumVals( );'' — | + | * ''virtual void pushAccumVals( );'' — Pushing the accumulated values by the archivation task, for the accumulative archivers. |
Latest revision as of 20:50, 9 November 2022
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.