Loading [MathJax]/extensions/tex2jax.js
CTRE Phoenix C++
5.35.1
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 Symbols
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
Loading...
Searching...
No Matches
PlatformCAN_CCI.h
Go to the documentation of this file.
1
/* Copyright (C) Cross The Road Electronics 2024 */
2
#pragma once
3
4
#include "
ctre/phoenix/cci/CCI.h
"
5
#include <stdint.h>
6
#include "
ctre/phoenix/ErrorCode.h
"
7
#include "
ctre/phoenix/autocache.h
"
8
9
extern
"C"
{
10
CCIEXPORT
int32_t
c_RegisterCANbus
(
char
const
*canbus);
11
CCIEXPORT
ctre::phoenix::ErrorCode
c_DestroyAll
();
12
CCIEXPORT
ctre::phoenix::ErrorCode
c_StartAll
();
13
CCIEXPORT
void
c_Autocache_SetAutocacheLevel
(
ctre::phoenix::AutocacheState
state);
14
}
CCI.h
CCIEXPORT
#define CCIEXPORT
Definition
CCI.h:10
ErrorCode.h
c_Autocache_SetAutocacheLevel
CCIEXPORT void c_Autocache_SetAutocacheLevel(ctre::phoenix::AutocacheState state)
c_StartAll
CCIEXPORT ctre::phoenix::ErrorCode c_StartAll()
c_RegisterCANbus
CCIEXPORT int32_t c_RegisterCANbus(char const *canbus)
c_DestroyAll
CCIEXPORT ctre::phoenix::ErrorCode c_DestroyAll()
autocache.h
ctre::phoenix::ErrorCode
ErrorCode
Definition
ErrorCode.h:13
ctre::phoenix::AutocacheState
AutocacheState
Keeps track of cache state.
Definition
autocache.h:9
ctre
phoenix
cci
PlatformCAN_CCI.h
Generated by
1.12.0