Home
FAQ
Player
Stage
Gazebo
Contrib
Documentation
Publications
Contributors
Users

Project
Download
Bugs/Feedback
Mailing lists

Radish

Old news
Old stuff

canio_kvaser.h

Go to the documentation of this file.
00001 #ifndef _KVASER_CANLIB_
00002 #define _KVASER_CANLIB_
00003 
00004 #include <canlib.h>
00005 #include "canio.h"
00006 
00007 class CANIOKvaser : public DualCANIO
00008 {
00009   private:
00010     canHandle channels[2];
00011     
00012   public:
00013     CANIOKvaser();
00014     virtual ~CANIOKvaser();
00015     virtual int Init(long channel_freq);
00016     virtual int ReadPacket(CanPacket *pkt, int channel);
00017     virtual int WritePacket(CanPacket &pkt);
00018     virtual int Shutdown();
00019 };
00020 
00021 #endif

Generated on Tue May 3 14:15:33 2005 for Player by doxygen 1.3.6