Go to the source code of this file.
Classes | |
struct | AnimationParam |
class | LumitronixIFlexAnimator |
Macros | |
#define | NEO_MILLISECONDS 1 |
#define | NEO_CENTISECONDS 10 |
#define | NEO_DECISECONDS 100 |
#define | NEO_SECONDS 1000 |
#define | NEO_DECASECONDS 10000 |
Typedefs | |
typedef std::function< void(const AnimationParam ¶m)> | AnimUpdateCallback |
Enumerations | |
enum | AnimationState { AnimationState_Started , AnimationState_Progress , AnimationState_Completed } |
#define NEO_CENTISECONDS 10 |
#define NEO_DECASECONDS 10000 |
#define NEO_DECISECONDS 100 |
#define NEO_MILLISECONDS 1 |
#define NEO_SECONDS 1000 |
typedef std::function<void(const AnimationParam& param)> AnimUpdateCallback |
enum AnimationState |