Public Member Functions | List of all members
PotentiometerUpdated Class Reference

Behaviour that publishes a "PotentiometerUpdated" message to the block's announcment topic of the MQQT broker. More...

#include <PotentiometerBehaviours.h>

Inheritance diagram for PotentiometerUpdated:
Behaviour

Public Member Functions

char * args ()
 
 PotentiometerUpdated (VizBlock *node, String name="PotentiometerUpdated")
 
String start (String args)
 
- Public Member Functions inherited from Behaviour
 Behaviour (String name)
 
virtual boolean is_background ()
 
virtual boolean is_interruptable ()
 
virtual boolean is_priority ()
 
virtual boolean is_running ()
 
virtual boolean is_temp ()
 
virtual String name ()
 
virtual void stop ()
 
virtual void update ()
 
 ~Behaviour ()
 

Additional Inherited Members

- Protected Attributes inherited from Behaviour
boolean _background = false
 
boolean _interruptable = true
 
String _name = "name"
 
boolean _priority = false
 
boolean _running = false
 
boolean _temp = false
 

Detailed Description

Behaviour that publishes a "PotentiometerUpdated" message to the block's announcment topic of the MQQT broker.

Constructor & Destructor Documentation

◆ PotentiometerUpdated()

PotentiometerUpdated::PotentiometerUpdated ( VizBlock node,
String  name = "PotentiometerUpdated" 
)

Member Function Documentation

◆ args()

char* PotentiometerUpdated::args ( )
virtual

What arguments does the behaviour take? Override this to document your behaviour.

Reimplemented from Behaviour.

◆ start()

String PotentiometerUpdated::start ( String  args)
virtual

Start the behaviour, with arguments.

Reimplemented from Behaviour.


The documentation for this class was generated from the following file: