6namespace ctre{ 
namespace phoenix{ 
namespace led{ 
 
   13    double _brightness, _param4, _param5;
 
   14    bool _reverseDirection;
 
   27    BaseStandardAnimation(
int idx, 
double brightness, 
double speed, 
int numLed, 
double param4, 
double param5, 
bool reverseDirection, 
int ledOffset);
 
The base class for all animations that CANdle supports.
Definition: Animation.h:14
 
The base class for one generic type of animation.
Definition: BaseStandardAnimation.h:12
 
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:12
 
namespace ctre
Definition: CANdleFaults.h:6