Animation(int idx, double speed, int numLed, int ledOffset) | ctre::phoenix::led::Animation | |
Back enum value | ctre::phoenix::led::LarsonAnimation | |
BaseTwoSizeAnimation(int idx, int r, int g, int b, int w, double speed, int numLed, int direction, int size, int ledOffset) | ctre::phoenix::led::BaseTwoSizeAnimation | |
BounceMode enum name | ctre::phoenix::led::LarsonAnimation | |
Center enum value | ctre::phoenix::led::LarsonAnimation | |
Front enum value | ctre::phoenix::led::LarsonAnimation | |
GetAnimationIdx() | ctre::phoenix::led::Animation | |
GetB() | ctre::phoenix::led::BaseTwoSizeAnimation | |
GetBaseStandardAnimation() | ctre::phoenix::led::BaseTwoSizeAnimation | virtual |
GetBaseTwoSizeAnimation() | ctre::phoenix::led::BaseTwoSizeAnimation | virtual |
GetDirection() | ctre::phoenix::led::BaseTwoSizeAnimation | |
GetG() | ctre::phoenix::led::BaseTwoSizeAnimation | |
GetLedOffset() | ctre::phoenix::led::Animation | |
GetNumLed() | ctre::phoenix::led::Animation | |
GetR() | ctre::phoenix::led::BaseTwoSizeAnimation | |
GetSize() | ctre::phoenix::led::BaseTwoSizeAnimation | |
GetSpeed() | ctre::phoenix::led::Animation | |
GetW() | ctre::phoenix::led::BaseTwoSizeAnimation | |
LarsonAnimation(int r, int g, int b, int w=0, double speed=1, int numLed=-1, BounceMode mode=BounceMode::Front, int size=2, int ledOffset=0) | ctre::phoenix::led::LarsonAnimation | |
SetB(int b) | ctre::phoenix::led::BaseTwoSizeAnimation | |
SetBounceMode(BounceMode mode) | ctre::phoenix::led::LarsonAnimation | |
SetDirection(int direction) | ctre::phoenix::led::BaseTwoSizeAnimation | |
SetG(int g) | ctre::phoenix::led::BaseTwoSizeAnimation | |
SetLedOffset(int ledOffset) | ctre::phoenix::led::Animation | |
SetNumLed(int numLed) | ctre::phoenix::led::Animation | |
SetR(int r) | ctre::phoenix::led::BaseTwoSizeAnimation | |
SetSize(int size) | ctre::phoenix::led::LarsonAnimation | |
SetSpeed(double speed) | ctre::phoenix::led::Animation | |
SetW(int w) | ctre::phoenix::led::BaseTwoSizeAnimation | |
~Animation() | ctre::phoenix::led::Animation | virtual |
~BaseTwoSizeAnimation() | ctre::phoenix::led::BaseTwoSizeAnimation | |