From OpenSCADAWiki
Jump to: navigation, search

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.