SubsystemBase

abstract class SubsystemBase(val name: String, val debug: Boolean) : Subsystem

Base functionality for subsystems.

Inheritors

Constructors

Link copied to clipboard
constructor(name: String, debug: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
open override val name: String

Name of the source

Functions

Link copied to clipboard
open override fun init()

Initialize the meter source.

Link copied to clipboard
abstract fun initImpl()
Link copied to clipboard
open override fun status(): String

Meter source status