Loading [MathJax]/jax/output/HTML-CSS/config.js
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
►
IInvertable.h
►
IOutputSignal.h
►
MovingAverage.h
►
tasking
►
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
IOutputSignal.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
namespace
signals {
7
8
/**
9
* Interface for output signals
10
*/
11
class
IOutputSignal
{
12
public
:
13
virtual
~IOutputSignal
(){}
14
/**
15
* Set signal
16
* @param value value to set
17
*/
18
virtual
void
Set
(
double
value) = 0;
19
};
11
class
IOutputSignal
{
…
};
20
21
}
// namespace Signals
22
}
// namespace phoenix
23
}
// namespace ctre
ctre::phoenix::signals::IOutputSignal
Interface for output signals.
Definition
IOutputSignal.h:11
ctre::phoenix::signals::IOutputSignal::~IOutputSignal
virtual ~IOutputSignal()
Definition
IOutputSignal.h:13
ctre::phoenix::signals::IOutputSignal::Set
virtual void Set(double value)=0
Set signal.
ctre
WPI Compliant CANcoder class.
Definition
CANCoderStatusFrame.h:4
ctre
phoenix
signals
IOutputSignal.h
Generated by
1.12.0