CTRE_Phoenix 5.20.2
MotionProfileStatus.h
1#pragma once
2
3#include "ctre/phoenix/motion/SetValueMotionProfile.h"
4#include "ctre/phoenix/motion/TrajectoryPoint.h"
5
6namespace ctre {
7namespace phoenix {
8namespace motion {
9
48
52 bool isLast;
53
58
63
69 ctre::phoenix::motion::SetValueMotionProfile outputEnable;
70
73};
74
75} // namespace motion
76} // namespace phoenix
77} // namespace ctre
78
Definition: ErrorCode.h:5
Definition: MotionProfileStatus.h:14
int profileSlotSelect1
Definition: MotionProfileStatus.h:62
size_t topBufferCnt
Definition: MotionProfileStatus.h:26
ctre::phoenix::motion::SetValueMotionProfile outputEnable
Definition: MotionProfileStatus.h:69
size_t topBufferRem
Definition: MotionProfileStatus.h:22
bool isLast
Definition: MotionProfileStatus.h:52
int timeDurMs
Definition: MotionProfileStatus.h:72
int btmBufferCnt
Definition: MotionProfileStatus.h:30
int profileSlotSelect0
Definition: MotionProfileStatus.h:57
bool activePointValid
Definition: MotionProfileStatus.h:47
bool isUnderrun
Definition: MotionProfileStatus.h:42
bool hasUnderrun
Definition: MotionProfileStatus.h:36