Skip to content
Discussion options

You must be logged in to vote

There is not yet a standard way to pass the parameters to a portmonitor plugin (lua/C++) at the connection time due to the limitation imposed by YARP carrier syntax.

However there are still some ways to do that:

Using the YARP administrative commands
the parameters can be set/configured after establishing the connection via yarp administrative commands.

Using the carrier string parameter
There are also some predefined attributes which can be accessed from the plugin scripts such as

  • source : the source port name
  • destination: the destination port name
  • carrier: the full carrier string

These are formatted as the YARP …

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by pattacini
Comment options

You must be logged in to vote
0 replies
Comment options

pattacini
Mar 29, 2016
Maintainer Author

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #105 on December 08, 2020 17:12.