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

New wrappers imported from iCub repository #90

Closed
wants to merge 3 commits into from

Conversation

barbalberto
Copy link
Collaborator

New wrappers are:
-controlBoardWrapper2
-analogWrapper (dataflow from the robot the the external world)
-virtualAnalogWrapper (dataflow from the external world to the robot)

This is under testing, the flag 'NEW_WRAPPERS_WIP' has to be set in order to compile this new devices.
Enabling this flag should not break the compilation of iCub repository since both devices can live side by side.

When both are enabled the factory will choose whatever came first, it means that the yarp one will be
created since it'll be always compiled first.

Alberto Cardellino and others added 3 commits November 6, 2013 12:36
New wrappers are:
-controlBoardWrapper2
-analogWrapper         (dataflow from the robot the the external world)
-virtualAnalogWrapper  (dataflow from the external world to the robot)

This is under testing, the flag 'NEW_WRAPPERS_WIP' has to be set in order to compile this new devices.
Enabling this flag should not break the compilation of iCub repository since both devices can live side by side.

When both are enabled the factory will choose whatever came first, it means that the yarp one will be
created since it'll be always compiled first.
@elen4
Copy link
Collaborator

elen4 commented Nov 6, 2013

Since the new wrappers do not define interfaces that should be exposed to the users, maybe we could remove the public headers and put everything inside the .cpp files, so that there are no visibility and namespace issues?

@barbalberto
Copy link
Collaborator Author

As discussed with @elen4 and @drdanz we are going to close this request and make some more cleanup of lib yarpdev before adding those files.

@barbalberto barbalberto closed this Nov 7, 2013
@barbalberto barbalberto deleted the wrappers branch November 23, 2017 09:30
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

Successfully merging this pull request may close these issues.

None yet

2 participants