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
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
namespace ctre
Definition:
paramEnum.h:5
ctre
phoenix
autocache.h
Generated on Fri Feb 16 2024 22:57:38 for CTRE Phoenix C++ by
1.9.4