MqttNavStateUpdater

class MqttNavStateUpdater(mqttCommunicator: MqttCommunicator, topic: String)

Constructors

Link copied to clipboard
constructor(mqttCommunicator: MqttCommunicator, topic: String)

Functions

Link copied to clipboard
fun onActiveGuidanceStarted(callerPid: Int, routeJson: String, waypoints: List<DestinationPoint>)
Link copied to clipboard
Link copied to clipboard
fun onRouteChanged(callerPid: Int, routeJson: String, waypoints: List<DestinationPoint>)
Link copied to clipboard
Link copied to clipboard