CTRE Phoenix C++
5.33.1
SetValueMotionProfile.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
motion {
7
8
enum
SetValueMotionProfile
{
9
Disable
= 0,
Enable
= 1,
Hold
= 2,
10
};
11
12
}
// namespace motion
13
}
// namespace phoenix
14
}
// namespace ctre
ctre::phoenix::motion::SetValueMotionProfile
SetValueMotionProfile
Definition:
SetValueMotionProfile.h:8
ctre::phoenix::motion::Disable
@ Disable
Definition:
SetValueMotionProfile.h:9
ctre::phoenix::motion::Hold
@ Hold
Definition:
SetValueMotionProfile.h:9
ctre::phoenix::motion::Enable
@ Enable
Definition:
SetValueMotionProfile.h:9
ctre
namespace ctre
Definition:
paramEnum.h:5
ctre
phoenix
motion
SetValueMotionProfile.h
Generated on Fri Feb 16 2024 22:57:39 for CTRE Phoenix C++ by
1.9.4