Class LEDAnimation
Defined in File led_animation.hpp
Class Documentation
-
class LEDAnimation
Class representing animation that can be displayed on robot segments.
Public Functions
Initializes LED animation.
- Parameters:
led_animation_description – YAML description of the LED animation
segments – This parameter is used to create map of segments used by this LED animation
init_time – Time of creation of the LED animation
-
inline ~LEDAnimation()
-
inline std::string GetName() const
-
inline std::uint8_t GetPriority() const
-
inline std::vector<AnimationDescription> GetAnimations() const
-
inline float GetTimeout() const
-
inline bool IsRepeating() const
-
inline std::string GetParam() const
-
inline void SetRepeating(const bool value)
-
inline void SetParam(const std::string ¶m)