orocos-toolchain / orogen

Code generator for components and type handling in Rock - the Robot Construction Kit - and the Orocos Toolchain
http://rock-robotics.org
Other
4 stars 35 forks source link

main deployment: initialize SIGINT handler differently. #49

Closed goldhoorn closed 9 years ago

goldhoorn commented 9 years ago

This fixed issue https://github.com/orocos-toolchain/orogen/issues/47 The macos struct looks diffently than the linux one, use memset instead.

Also include string.h explicitly even std::string is alredy used in this class.

It fixes #47

goldhoorn commented 9 years ago

ping