6namespace ctre{
namespace phoenix{
namespace led{
21class [[deprecated(
"This device's Phoenix 5 API is deprecated for removal in the 2027 season."
22 "Users should update to Phoenix 6 firmware and migrate to the Phoenix 6 API."
23 "A migration guide is available at https://v6.docs.ctr-electronics.com/en/stable/docs/migration/migration-guide/index.html")]]
25 double _brightness, _param4, _param5;
26 bool _reverseDirection;
39 BaseStandardAnimation(
int idx,
double brightness,
double speed,
int numLed,
double param4,
double param5,
bool reverseDirection,
int ledOffset);
42 [[deprecated(
"This device's Phoenix 5 API is deprecated for removal in the 2027 season."
43 "Users should update to Phoenix 6 firmware and migrate to the Phoenix 6 API."
44 "A migration guide is available at https://v6.docs.ctr-electronics.com/en/stable/docs/migration/migration-guide/index.html")]]
46 [[deprecated(
"This device's Phoenix 5 API is deprecated for removal in the 2027 season."
47 "Users should update to Phoenix 6 firmware and migrate to the Phoenix 6 API."
48 "A migration guide is available at https://v6.docs.ctr-electronics.com/en/stable/docs/migration/migration-guide/index.html")]]
The base class for all animations that CANdle supports.
Definition Animation.h:26
The base class for one generic type of animation.
Definition BaseStandardAnimation.h:24
void SetBrightness(double brightness)
Sets the brightness of this animation.
void SetParam4(double param4)
void SetReverseDirection(bool reverseDirection)
Set the Direction of the animation.
BaseTwoSizeAnimation * GetBaseTwoSizeAnimation()
void SetParam5(double param5)
BaseStandardAnimation(int idx, double brightness, double speed, int numLed, double param4, double param5, bool reverseDirection, int ledOffset)
Constructor for the BaseStandardAnimation object.
bool GetReverseDirection()
BaseStandardAnimation * GetBaseStandardAnimation()
The base class for one generic type of animation.
Definition BaseTwoSizeAnimation.h:24
WPI Compliant Pigeon class.
Definition PigeonIMU_StickyFaults.h:6