summaryrefslogtreecommitdiff
path: root/common/distrio_helper.h
AgeCommit message (Collapse)Author
2012-06-03try to implement lookup_digital ()Manuel Traut
- manager crashes at the moment .. Signed-off-by: Manuel Traut <manut@mecka.net>
2012-06-03add simple_dev exampleManuel Traut
- registers device at the manager - fixup manager to enable device registration - extend distrio_helper to support device registration Signed-off-by: Manuel Traut <manut@mecka.net>
2012-06-03libdistrio_common: corba helpers orb needs to run in threadManuel Traut
- otherwise registration of objects won't work - because orb has to host objects which will be registered -> id (7) is a callback which cant be called if not hosted Signed-off-by: Manuel Traut <manut@mecka.net>
2012-06-03libdistrio_common: change param of register_digitalManuel Traut
- from char * into std::string it's more c++ like Signed-off-by: Manuel Traut <manut@mecka.net>
2012-06-03libdistrio_common: register digital also at managerManuel Traut
- add registration of digital io's at the distrio manager Signed-off-by: Manuel Traut <manut@mecka.net>
2012-06-03libdistrio_common: rename common -> helperManuel Traut
- include 'common.h' in other components sounds bad Signed-off-by: Manuel Traut <manut@mecka.net>