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
4namespace ctre{
5namespace phoenix{
6 /**
7 * Keeps track of cache state
8 */
10 /**
11 * Disabled cache
12 */
14 /**
15 * Enabled cache
16 */
18 };
19}
20}
AutocacheState
Keeps track of cache state.
Definition autocache.h:9
@ DISABLED
Disabled cache.
Definition autocache.h:13
@ ENABLED
Enabled cache.
Definition autocache.h:17
WPI Compliant CANcoder class.
Definition CANCoderStatusFrame.h:4