CTRE Phoenix C++
5.35.1
Loading...
Searching...
No Matches
autocache.h
Go to the documentation of this file.
1
/* Copyright (C) Cross The Road Electronics 2024 */
2
#pragma once
3
4
namespace
ctre
{
5
namespace
phoenix{
6
/**
7
* Keeps track of cache state
8
*/
9
enum
AutocacheState
{
10
/**
11
* Disabled cache
12
*/
13
DISABLED
= 0,
14
/**
15
* Enabled cache
16
*/
17
ENABLED
= 1,
18
};
19
}
20
}
ctre::phoenix::AutocacheState
AutocacheState
Keeps track of cache state.
Definition
autocache.h:9
ctre::phoenix::DISABLED
@ DISABLED
Disabled cache.
Definition
autocache.h:13
ctre::phoenix::ENABLED
@ ENABLED
Enabled cache.
Definition
autocache.h:17
ctre
WPI Compliant CANcoder class.
Definition
CANCoderStatusFrame.h:4
ctre
phoenix
autocache.h
Generated by
1.12.0