We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d180eb0 commit 7917019Copy full SHA for 7917019
CANKvaser.h
@@ -8,7 +8,7 @@ namespace ZCANBus {
8
class CANKvaser : public CANBase {
9
private:
10
std::thread* th;
11
- int handle;
+ CanHandle handle;
12
bool loopOn;
13
14
public:
CANPeak.h
@@ -12,7 +12,7 @@ namespace ZCANBus {
class CANPeak : public CANBase {
15
- int channel;
+ TPCANHandle channel;
16
17
18
0 commit comments