VizBlocks
|
#include <RotaryEncoderBehaviours.hpp>
Public Member Functions | |
RotaryEncoderUpdated (VizBlocks *node, String name="RotaryEncoderUpdated") char *args() | |
What does this do? More... | |
String | start (String args) |
What does this do? More... | |
![]() | |
Behaviour (String name) | |
~Behaviour () | |
virtual boolean | is_interruptable () |
virtual boolean | is_temp () |
virtual boolean | is_priority () |
virtual boolean | is_running () |
virtual boolean | is_background () |
virtual String | name () |
virtual char * | args () |
virtual void | update () |
virtual void | stop () |
Additional Inherited Members | |
![]() | |
boolean | _interruptable = true |
boolean | _temp = false |
boolean | _priority = false |
boolean | _running = false |
boolean | _background = false |
String | _name = "name" |
[RotaryEncoderUpdated description]
node | [description] |
name | [description] |
RotaryEncoderUpdated::RotaryEncoderUpdated | ( | VizBlocks * | node, |
String | name = "RotaryEncoderUpdated" |
||
) |
What does this do?
|
virtual |
What does this do?
Reimplemented from Behaviour.