Loading [MathJax]/extensions/tex2jax.js
CTRE Phoenix C++
5.34.0-beta-4
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Functions
Enumerations
a
c
d
e
f
g
i
l
m
n
p
r
s
t
v
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
z
Enumerations
Enumerator
a
b
c
f
g
i
l
m
n
o
p
q
r
s
t
u
Related Functions
Files
File List
File Members
All
c
d
g
i
j
k
l
m
p
s
t
w
Functions
c
j
p
t
Variables
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Friends
Macros
Pages
CCI.h
Go to the documentation of this file.
1
/* Copyright (C) Cross The Road Electronics 2024 */
2
//Legacy Export Define. New code should use CTREXPORT from ctre/phoenix/export.h
3
#ifndef CCIEXPORT
4
5
#if defined(WIN32) || defined(_WIN32) || defined(_WIN64)
6
#define CCIEXPORT __declspec(dllexport)
7
#elif (defined(__GNUC__) && ((__GNUC__ > 4) || (__GNUC__ == 4) && (__GNUC_MINOR__ > 2))) || __has_attribute(visibility)
8
#define CCIEXPORT __attribute__((visibility("default"
)))
9
#else
10
#define CCIEXPORT
11
#endif
12
#endif
ctre
phoenix
cci
CCI.h
Generated on Fri Dec 13 2024 15:22:48 for CTRE Phoenix C++ by
1.9.4