CTRE Phoenix C++ 5.33.1
Unmanaged_CCI.h
Go to the documentation of this file.
1/* Copyright (C) Cross The Road Electronics 2024 */
2#pragma once
3
5
6extern "C" {
7 CCIEXPORT void c_FeedEnable(int timeoutMs);
13 CCIEXPORT void c_SetPhoenixDiagnosticsStartTime(int startTimeSeconds);
14 CCIEXPORT int c_IoControl(int ioControlCode, long long ioControlParam);
15}
#define CCIEXPORT
Definition: CCI.h:10
CCIEXPORT void c_LoadPhoenix()
CCIEXPORT void c_SetTransmitEnable(bool en)
CCIEXPORT void c_FeedEnable(int timeoutMs)
CCIEXPORT int c_IoControl(int ioControlCode, long long ioControlParam)
CCIEXPORT void c_SetPhoenixDiagnosticsStartTime(int startTimeSeconds)
CCIEXPORT int c_GetPhoenixVersion()
CCIEXPORT bool c_GetEnableState()
CCIEXPORT bool c_GetTransmitEnable()