CTRE Phoenix C++ 5.33.1
PlatformCAN_CCI.h
Go to the documentation of this file.
1/* Copyright (C) Cross The Road Electronics 2024 */
2#pragma once
3
5#include <stdint.h>
8
9extern "C" {
10 CCIEXPORT int32_t c_RegisterCANbus(char const *canbus);
14}
#define CCIEXPORT
Definition: CCI.h:10
CCIEXPORT void c_Autocache_SetAutocacheLevel(ctre::phoenix::AutocacheState state)
CCIEXPORT ctre::phoenix::ErrorCode c_StartAll()
CCIEXPORT int32_t c_RegisterCANbus(char const *canbus)
CCIEXPORT ctre::phoenix::ErrorCode c_DestroyAll()
ErrorCode
Definition: ErrorCode.h:13
AutocacheState
Keeps track of cache state.
Definition: autocache.h:9