Public Member Functions | List of all members
ButtonReleased Class Reference

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

#include <ButtonBehaviours.h>

Inheritance diagram for ButtonReleased:
Behaviour

Public Member Functions

char * args ()
 
 ButtonReleased (VizBlock *node, String name="ButtonReleased")
 
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 "ButtonReleased" message to the block's announcment topic of the MQQT broker.

Constructor & Destructor Documentation

◆ ButtonReleased()

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

Member Function Documentation

◆ args()

char* ButtonReleased::args ( )
virtual

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

Reimplemented from Behaviour.

◆ start()

String ButtonReleased::start ( String  args)
virtual

Start the behaviour, with arguments.

Reimplemented from Behaviour.


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