debian/canfestival-examples.install
author |
Christian Taedcke <hacking@taedcke.com> |
|
Wed, 09 Nov 2011 15:02:47 +0000 |
changeset 689 |
d6fcd388f2db |
parent 579 |
3126da40d469
|
permissions |
-rw-r--r-- |
Win32 IXXAT driver:
CHANGED: - Removed deprecated call to VCI_GetBrdTypeByName().
- The board type given to VCI2_PrepareBoard() is now always 0, because this parameter is not used.
- Removed the board_name parameter from IXXAT::open(). The board that should be opened is identified by the parameter board_number.
The correct parameter board_number can be determined using XAT_EnumHwEntry() and XAT_GetConfig().
- Changed the constructor IXXAT::IXXAT(). board->busname now only contains the board_number, see XAT_EnumHwEntry() and XAT_GetConfig().
579
|
1 |
usr/bin/CANOpenShell
|
346
|
2 |
usr/bin/TestMasterSlave
|
579
|
3 |
#usr/bin/TestMasterMicroMod
|
531
|
4 |
#usr/bin/DS401_Slave_Gui
|
|
5 |
#usr/bin/DS401_Master
|