LogTable

class LogTable(val filename: String, val opmode: String, val columns: Int, writeFrequency: Int)

Constructors

Link copied to clipboard
constructor(filename: String, opmode: String, columns: Int, writeFrequency: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun genPath(opmode: String): String
Link copied to clipboard
fun setCol(index: Int, data: String)
Link copied to clipboard
fun write()