From OpenSCADAWiki
(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 & | + | * ''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 & | + | * ''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
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.