CTRE Phoenix C++
5.35.1
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Functions
Enumerations
a
c
d
e
f
g
i
l
m
n
p
r
s
t
v
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
z
Enumerations
Enumerator
a
b
c
f
g
i
l
m
n
o
p
q
r
s
t
u
Related Symbols
Files
File List
File Members
All
c
d
g
i
j
k
l
m
p
s
t
w
Functions
c
j
p
t
Variables
Macros
▼
CTRE Phoenix C++
Deprecated List
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
ctre
▼
phoenix
►
led
►
motion
►
motorcontrol
►
platform
►
sensors
►
signals
▼
tasking
►
Schedulers
►
ILoopable.h
►
IProcessable.h
►
unmanaged
►
CANBusAddressable.h
►
CANifier.h
►
CTRLogger.h
►
CustomParamConfiguration.h
►
HsvToRgb.h
►
LinearInterpolation.h
►
RCRadio3Ch.h
►
Stopwatch.h
►
Utilities.h
►
Phoenix.h
►
ctre
►
ctre
►
ctre
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
IProcessable.h
Go to the documentation of this file.
1
/* Copyright (C) Cross The Road Electronics 2024 */
2
#pragma once
3
namespace
ctre
{
namespace
phoenix {
namespace
tasking{
4
5
/**
6
* Interface for processable objects
7
*/
8
class
IProcessable
{
9
public
:
10
virtual
~IProcessable
(){}
11
/**
12
* This function is called when a process occurs
13
*/
14
virtual
void
Process
() = 0;
15
};
8
class
IProcessable
{
…
};
16
}}}
ctre::phoenix::tasking::IProcessable
Interface for processable objects.
Definition
IProcessable.h:8
ctre::phoenix::tasking::IProcessable::~IProcessable
virtual ~IProcessable()
Definition
IProcessable.h:10
ctre::phoenix::tasking::IProcessable::Process
virtual void Process()=0
This function is called when a process occurs.
ctre
WPI Compliant CANcoder class.
Definition
CANCoderStatusFrame.h:4
ctre
phoenix
tasking
IProcessable.h
Generated by
1.12.0