toggle menu
Cuttlefish Documentation
androidJvm
switch theme
search in API
CuttlefishFTCBridge
/
com.roboctopi.cuttlefishftcbridge.utils
/
LogTable
Log
Table
class
LogTable
(
val
filename
:
String
,
val
opmode
:
String
,
val
columns
:
Int
,
writeFrequency
:
Int
)
Members
Constructors
Log
Table
Link copied to clipboard
constructor
(
filename
:
String
,
opmode
:
String
,
columns
:
Int
,
writeFrequency
:
Int
)
Properties
columns
Link copied to clipboard
val
columns
:
Int
filename
Link copied to clipboard
val
filename
:
String
opmode
Link copied to clipboard
val
opmode
:
String
path
Link copied to clipboard
var
path
:
String
temp
Data
Buffer
Link copied to clipboard
var
tempDataBuffer
:
String
Functions
gen
Path
Link copied to clipboard
fun
genPath
(
opmode
:
String
)
:
String
set
Col
Link copied to clipboard
fun
setCol
(
index
:
Int
,
data
:
String
)
write
Link copied to clipboard
fun
write
(
)