CTRE Phoenix C++
5.34.0-beta-4
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:
CANdleFaults.h:6
ctre
phoenix
autocache.h
Generated on Fri Dec 13 2024 15:22:48 for CTRE Phoenix C++ by
1.9.4