VizBlocks
RotaryEncoderBehaviours.hpp
Go to the documentation of this file.
1 #ifndef ROTARYENCODER_BEHAVIOUR_h
2 #define ROTARYENCODER_BEHAVIOUR_h
3 #include "Arduino.h"
4 #include "Behaviours.h"
5 #include <VizBlocks.h>
6 
13 {
14  /*
15  * Class that defines a behaviour that publishes a
16  * ButtonPressed message to the input topic of the
17  * MQQT broker
18  */
19  VizBlocks* _node;
20 
21 public:
22  RotaryEncoderUpdated(VizBlocks* node, String name = "RotaryEncoderUpdated")
26  char* args();
30  String start(String args);
31 };
32 
33 #endif
Behaviour::name
virtual String name()
Behaviour::args
virtual char * args()
Behaviour
Definition: Behaviours.hpp:9
VizBlocks
Definition: VizBlocks.hpp:18
RotaryEncoderUpdated
Definition: RotaryEncoderBehaviours.hpp:13
RotaryEncoderUpdated::start
String start(String args)
What does this do?
RotaryEncoderUpdated::RotaryEncoderUpdated
RotaryEncoderUpdated(VizBlocks *node, String name="RotaryEncoderUpdated") char *args()
What does this do?