CTRE Phoenix C++ 5.33.1
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
namespace ctre
Definition: paramEnum.h:5