From OpenSCADAWiki
Jump to: navigation, search

Enter a message name below to show all available translations.

Message

Found one translation.

NameCurrent message text
 h English (en)'''Public methods:'''
* ''void messList( vector<string> &list ) const;'' — The list of the messages' archivers.
* ''bool messPresent( const string &id ) const;'' — Check for the presence of the specified messages' archiver.
* ''string messAdd( const string &id, const string &idb = DB_GEN );'' — Adding of the messages' archiver. Returns the end created identifier.
* ''void messDel( const string &id, bool full = false );'' — Deleting of the messages' archiver.
* ''AutoHD<TMArchivator> messAt( const string &id ) const;'' — Connection to the messages' archiver.
* ''void valList( vector<string> &list ) const;'' — The list of the values' archivers.
* ''bool valPresent( const string &id ) const;'' — Check for the presence of the specified values' archiver.
* ''string valAdd( const string &id, const string &idb = DB_GEN );'' — Adding of the values' archiver. Returns the end created identifier.
* ''void valDel( const string &id, bool full = false );'' — Deleting of the values' archiver.
* ''AutoHD<TVArchivator> valAt( const string &id ) const;'' — Connection to the values' archiver.
* ''TArchiveS &owner( ) const;'' — Subsystem "Archives" - the owner of the archiver's type.