public class SQIApplication extends CommonStream<SQICallback>
Modifier and Type | Field and Description |
---|---|
SQISlot |
SLOT_F |
SQISlot |
SLOT_G |
SQISlot |
SLOT_H |
SQISlot |
SLOT_I |
Constructor and Description |
---|
SQIApplication(PacketManager packetManager) |
Modifier and Type | Method and Description |
---|---|
void |
disableCSVLogging()
Stops logging stream data into CSV.
|
void |
enableCSVLogging(java.io.File file)
Start logging stream data into CSV.
|
VersionPacket |
getAlgoVersion()
Returns Algorithm version info.
|
SQISlot[] |
getSupportedSlots()
List all supported slots for SQI.
|
VersionPacket |
getVersion()
Returns version info.
|
SQISlotPacket |
setSlot(SQISlot slot)
Set specified Slot ID for SQI.
|
getPacketLostCount, getSensorStatus, setCallback, startAndSubscribeStream, startSensor, stopAndUnsubscribeStream, stopSensor, subscribeStream, subscribeStreamData, unsubscribeStream, unsubscribeStreamData, updateTimestamp
setTimeout
public SQISlot SLOT_F
public SQISlot SLOT_G
public SQISlot SLOT_H
public SQISlot SLOT_I
public SQIApplication(PacketManager packetManager)
public SQISlot[] getSupportedSlots()
public SQISlotPacket setSlot(SQISlot slot)
slot
- slot to set, use getSupportedSlots() to list all supported slot ID.public VersionPacket getVersion()
public VersionPacket getAlgoVersion()
public void enableCSVLogging(java.io.File file)
file
- csv file.public void disableCSVLogging()