From OpenSCADAWiki
Jump to: navigation, search
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 1: Line 1:
 
'''Protected methods:'''
 
'''Protected methods:'''
* ''virtual TTransportIn *In( const string &name, const string &db );'' — The modular method of the creating/opening of the new "input" transport.
+
* ''virtual TTransportIn *In( const string &id, const string &stor );'' — The modular method of the creating/opening of the new "input" transport.
* ''virtual TTransportOut *Out( const string &name, const string &db );'' — The modular method of the creating/opening of the new "output" transport.
+
* ''virtual TTransportOut *Out( const string &name, const string &stor );'' — The modular method of the creating/opening of the new "output" transport.

Latest revision as of 20:39, 7 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:'''
* ''virtual TTransportIn *In( const string &id, const string &stor );'' — The modular method of the creating/opening of the new "input" transport.
* ''virtual TTransportOut *Out( const string &name, const string &stor );'' — The modular method of the creating/opening of the new "output" transport.
Translation'''Protected methods:'''
* ''virtual TTransportIn *In( const string &id, const string &stor );'' — The modular method of the creating/opening of the new "input" transport.
* ''virtual TTransportOut *Out( const string &name, const string &stor );'' — The modular method of the creating/opening of the new "output" transport.

Protected methods:

  • virtual TTransportIn *In( const string &id, const string &stor ); — The modular method of the creating/opening of the new "input" transport.
  • virtual TTransportOut *Out( const string &name, const string &stor ); — The modular method of the creating/opening of the new "output" transport.