Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update description for iodrivers_base #24

Open
maxehrhardt opened this issue Apr 26, 2019 · 1 comment
Open

Update description for iodrivers_base #24

maxehrhardt opened this issue Apr 26, 2019 · 1 comment

Comments

@maxehrhardt
Copy link

/** Opens an URI to a device
*
* The following formats are recognized:
*
* * serial://path/to/device:baudrate
* * tcp://hostname:port
* * udp://hostname:remote_port[:local_port]
* * udpserver://port
*/
virtual void openURI(std::string const& uri);

Add format:
test://
This one is implemented in .cpp, but not described in .hpp

@doudou
Copy link
Member

doudou commented Apr 26, 2019

Hi @maxehrhardt. Thanks a lot for these comments ... I have the feeling that you will end up having more, would you consider simply creating a PR with all the changes you are proposing ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants