TI Autonomous Driving Algorithms (TIADALG) Library User Guide
pc_linux/platform_defines.h
Go to the documentation of this file.
1 #ifndef __PLATFORM_DEFINES_H__
2 #define __PLATFORM_DEFINES_H__
3 
4 #define TI_FILE FILE
5 #define FOPEN fopen
6 #define FGETS fgets
7 #define FCLOSE fclose
8 #define FWRITE fwrite
9 #define FSEEK fseek
10 #define FTELL ftell
11 #define FREAD fread
12 #define FPRINTF fprintf
13 
14 #define EXTRA_MEM_FOR_ALIGN (1024)
15 #define L4_MEM_SIZE (2.3*1024 * 1024 * 1024)
16 
17 #endif /*__PLATFORM_DEFINES_H__*/

© Copyright 2018 Texas Instruments Incorporated. All rights reserved.
Document generated by doxygen 1.8.6