tpaste.h
Go to the documentation of this file.
1 
33 /*
34  * Support and FAQ: visit <a href="https://www.microchip.com/support/">Microchip Support</a>
35  */
36 
37 #ifndef _TPASTE_H_
38 #define _TPASTE_H_
39 
58 #define TPASTE2( a, b) a##b
60 #define TPASTE3( a, b, c) a##b##c
61 #define TPASTE4( a, b, c, d) a##b##c##d
62 #define TPASTE5( a, b, c, d, e) a##b##c##d##e
63 #define TPASTE6( a, b, c, d, e, f) a##b##c##d##e##f
64 #define TPASTE7( a, b, c, d, e, f, g) a##b##c##d##e##f##g
65 #define TPASTE8( a, b, c, d, e, f, g, h) a##b##c##d##e##f##g##h
66 #define TPASTE9( a, b, c, d, e, f, g, h, i) a##b##c##d##e##f##g##h##i
67 #define TPASTE10(a, b, c, d, e, f, g, h, i, j) a##b##c##d##e##f##g##h##i##j
68 
79 #define ATPASTE2( a, b) TPASTE2( a, b)
81 #define ATPASTE3( a, b, c) TPASTE3( a, b, c)
82 #define ATPASTE4( a, b, c, d) TPASTE4( a, b, c, d)
83 #define ATPASTE5( a, b, c, d, e) TPASTE5( a, b, c, d, e)
84 #define ATPASTE6( a, b, c, d, e, f) TPASTE6( a, b, c, d, e, f)
85 #define ATPASTE7( a, b, c, d, e, f, g) TPASTE7( a, b, c, d, e, f, g)
86 #define ATPASTE8( a, b, c, d, e, f, g, h) TPASTE8( a, b, c, d, e, f, g, h)
87 #define ATPASTE9( a, b, c, d, e, f, g, h, i) TPASTE9( a, b, c, d, e, f, g, h, i)
88 #define ATPASTE10(a, b, c, d, e, f, g, h, i, j) TPASTE10(a, b, c, d, e, f, g, h, i, j)
89 
95 #endif // _TPASTE_H_


inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:17:58