Package-level declarations

Types

Link copied to clipboard
class DownsampledWriter<T>(val channel: FlightLogChannel<T>, val maxPeriod: Long) : LogChannel<T>
Link copied to clipboard
Link copied to clipboard
data class FlightLogChannel<T>(val name: String, val schema: FateSchema<T>) : LogChannel<T>
Link copied to clipboard
object FlightRecorder : OpModeManagerNotifier.Notifications
Link copied to clipboard
object LogFiles

Properties

Link copied to clipboard
const val EXT: String
Link copied to clipboard
val LOG_ROOT: <Error class: unknown class>