From OpenSCADAWiki
Jump to: navigation, search
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 2: Line 2:
 
* ''void messList( vector<string> &list ) const;'' — The list of the messages' archivers.
 
* ''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.
 
* ''bool messPresent( const string &id ) const;'' — Check for the presence of the specified messages' archiver.
* ''string messAdd( const string &id, const string &idb = "*.*" );'' — Adding of the messages' archiver. Returns the end created identifier.
+
* ''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.
 
* ''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.
 
* ''AutoHD<TMArchivator> messAt( const string &id ) const;'' — Connection to the messages' archiver.
 
* ''void valList( vector<string> &list ) const;'' — The list of the values' archivers.
 
* ''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.
 
* ''bool valPresent( const string &id ) const;'' — Check for the presence of the specified values' archiver.
* ''string valAdd( const string &id, const string &idb = "*.*" );'' — Adding of the values' archiver. Returns the end created identifier.
+
* ''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.
 
* ''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.
 
* ''AutoHD<TVArchivator> valAt( const string &id ) const;'' — Connection to the values' archiver.
 
* ''TArchiveS &owner( ) const;'' — Subsystem "Archives" - the owner of the archiver's type.
 
* ''TArchiveS &owner( ) const;'' — Subsystem "Archives" - the owner of the archiver's type.

Latest revision as of 17:29, 24 June 2023

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)
'''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.
Translation'''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.

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.