#include <boost/thread.hpp>#include <icl_core/TimeSpan.h>#include <icl_hardware_can/tCanMessage.h>#include <icl_hardware_can/tCanDevice.h>

Go to the source code of this file.
Classes | |
| class | icl_hardware::canopen_schunk::CanOpenReceiveThread |
| The CanOpenReceiveThread class handles incoming canOpen messages. More... | |
Namespaces | |
| icl_hardware | |
| icl_hardware::canopen_schunk | |
Typedefs | |
| typedef boost::function< void(const icl_hardware::can::tCanMessage &msg)> | icl_hardware::canopen_schunk::ReceivedPacketCallback |
| definition of boost function callback for received packages More... | |
Definition in file CanOpenReceiveThread.h.