Package soundtrap
Class BCLLine
java.lang.Object
soundtrap.BCLLine
Unpacked contents of a line of BCL data. Should be in format
"rtime","mticks","report","state","nl","thr","scnt"
- Author:
- Douglas Gillespie
-
Method Details
-
makeBCLLine
Create a line of BCL data. Returns null if critical information missing.- Parameters:
bclLine
- line read from bcl file.- Returns:
- unpacked data or null if it's not a valid line.
-
getRawLine
- Returns:
- the rawLine
-
getRtime
- Returns:
- the rtime
-
getMticks
- Returns:
- the mticks
-
getReport
- Returns:
- the report
-
getState
- Returns:
- the state
-
getNl
- Returns:
- the nl
-
getThr
- Returns:
- the thr
-
getScnt
- Returns:
- the scnt
-
getMilliseconds
public long getMilliseconds()Get the time as Java like milliseconds.- Returns:
-
getMicroSeconds
public long getMicroSeconds()Get the abs time in microseconds.- Returns:
- the abs time in microseconds.
-