public abstract class AbstractIndicator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Robot |
robot |
protected int |
robotId |
protected RobotMqttClient |
robotMqttClient |
Constructor and Description |
---|
AbstractIndicator(Robot robot,
RobotMqttClient mqttClient)
AbstractIndicator class
|
Modifier and Type | Method and Description |
---|---|
abstract void |
handleSubscription(Robot r,
MqttMsg m)
Handle related MQTT subscriptions
|
protected RobotMqttClient robotMqttClient
protected int robotId
protected Robot robot
public AbstractIndicator(Robot robot, RobotMqttClient mqttClient)
robot
- robot objectmqttClient
- mqttClient object