AgentReconfigureCommand

data class AgentReconfigureCommand(val locateMeasurements: Boolean = true, val explicit: Boolean = true) : AgentCommand

Reconfigure the agent.

  • reads the agent configuration file

  • reads the measurement plan descriptions (locateMeasurements=true)

  • updates the connection parameters

  • submits a status update

Constructors

Link copied to clipboard
constructor(locateMeasurements: Boolean = true, explicit: Boolean = true)

Properties

Link copied to clipboard
val explicit: Boolean = true
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String