Skip to content
Snippets Groups Projects
Commit 0e6ee86d authored by Olivier Stasse's avatar Olivier Stasse
Browse files

Adding documentation to cmdPlug.

parent 8d481c49
No related branches found
No related tags found
No related merge requests found
......@@ -91,8 +91,12 @@ class DYNAMICGRAPH_EXPORT InterpreterHelper
*/
void cmdDestroy( const std::string& objName,
std::ostream& os );
/*! \brief Connect two signals.
Connect an input signal to an output one.
Connect the input signal obj1.signame1 to the output signal
obj2.signame2.
\param[in] obj1.signame1: the input signal.
\param[in] obj2.signame2: the output signal.
*/
void cmdPlug( const std::string& obj1, const std::string & signame1,
const std::string& obj2, const std::string & signame2,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment