Revision: 1.23
56
4.2 File Descriptions
4.2.1 CAN Bus
On Linux platform:
1. can.h
The header file of the API and macro definitions.
2. libcan.a
The API library in static library format.
3. libcan.so
The API library in shared library format.
4. can_utility.c
The source code of the utility.
5. Makefile
On Windows platform:
1. AR-B6002.h
The header file of the APIs and macro definition. This header file is an aggregate header which
includes APIs declarations and macros for CAN Bus, GPIO, Watchdog, and Power Subsystem.
2. AR-B6002.lib
The API library in static library format. This library is an aggregate library. It includes APIs
for CAN Bus, GPIO, Watchdog, and Power Subsystem.
3. AR-B6002.dll
The API library in dynamically linked library format. This library is an aggregate library. It
includes APIs for CAN Bus, GPIO, Watchdog, and Power Subsystem.
4. subdirectory AR_B6002_LIB
The sample project by Microsoft Visual Studio 2010.
4.2.2 GPIO and Watchdog
On Linux platform:
1. sio_acce.c