-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
### macOS® Wrapper Library for PCAN-USB Interfaces from Peak-System | ||
|
||
_Copyright © 2005-2010, 2012-2022 Uwe Vogt, UV Software, Berlin ([email protected])_ | ||
_Copyright © 2005-2010, 2012-2022 Uwe Vogt, UV Software, Berlin ([email protected])_ | ||
|
||
# CAN API V3 for PCAN-USB Interfaces | ||
|
||
|
@@ -31,6 +31,9 @@ public: | |
~CPeakCAN(); | ||
|
||
// CCanApi overrides | ||
static bool GetFirstChannel(SChannelInfo &info, void *param = NULL); | ||
static bool GetNextChannel(SChannelInfo &info, void *param = NULL); | ||
|
||
static CANAPI_Return_t ProbeChannel(int32_t channel, const CANAPI_OpMode_t &opMode, const void *param, EChannelState &state); | ||
static CANAPI_Return_t ProbeChannel(int32_t channel, const CANAPI_OpMode_t &opMode, EChannelState &state); | ||
|
||
|