public class User0Application extends CommonApplication
Constructor and Description |
---|
User0Application(PacketManager packetManager) |
Modifier and Type | Method and Description |
---|---|
CommandPacket |
clearPrevStateEvent()
Clear Previous State Events.
|
User0DCBCommandPacket |
deleteDeviceConfigurationBlock()
Deletes ADPD Device configuration block.
|
User0ExperimentIDPacket |
deleteExperimentID()
Delete Experiment ID.
|
User0HardwareIDPacket |
deleteHardwareID()
Delete Hardware ID.
|
BypassUser0TimingPacket |
disableUser0BypassTimings()
Disable Bypass User0 Config.
|
BypassUser0TimingPacket |
enableUser0BypassTimings()
Enable Bypass User0 Config.
|
User0ExperimentIDPacket |
getExperimentID()
Get experiment ID.
|
User0HardwareIDPacket |
getHardwareID()
Get Hardware ID.
|
User0PrevStateEventPacket |
getPrevStateEvent()
return User0 app previous states.
|
User0StatePacket |
getState()
Get state.
|
User0State[] |
getSupportedStates()
List all supported states for User0.
|
User0DCBPacket |
readDeviceConfigurationBlock()
Returns entire device configuration block.
|
User0LibraryConfigPacket |
readLibraryConfiguration(long[] fields)
Reads library configuration from specified field values.
|
User0ExperimentIDPacket |
setExperimentID(int value)
Set Experiment ID.
|
User0HardwareIDPacket |
setHardwareID(int value)
Set Hardware ID.
|
User0StatePacket |
setState(User0State state)
Set state.
|
User0DCBCommandPacket |
writeDeviceConfigurationBlock(long[][] addressesValues)
Writes the device configuration block values of specified addresses from file.
|
User0DCBCommandPacket |
writeDeviceConfigurationBlockFromFile(java.io.File file)
Writes the device configuration block values of specified addresses from file.
|
User0LibraryConfigPacket |
writeLibraryConfiguration(long[][] fieldsValues)
Writes library configuration from List of fields and values.
|
setTimeout
public User0Application(PacketManager packetManager)
public User0State[] getSupportedStates()
public CommandPacket clearPrevStateEvent()
public User0PrevStateEventPacket getPrevStateEvent()
public User0HardwareIDPacket setHardwareID(int value)
public User0HardwareIDPacket getHardwareID()
public User0HardwareIDPacket deleteHardwareID()
public User0ExperimentIDPacket setExperimentID(int value)
public User0ExperimentIDPacket getExperimentID()
public User0ExperimentIDPacket deleteExperimentID()
public User0StatePacket getState()
public User0StatePacket setState(User0State state)
public User0LibraryConfigPacket readLibraryConfiguration(long[] fields)
public User0LibraryConfigPacket writeLibraryConfiguration(long[][] fieldsValues)
public User0DCBCommandPacket deleteDeviceConfigurationBlock()
public User0DCBPacket readDeviceConfigurationBlock()
public User0DCBCommandPacket writeDeviceConfigurationBlock(long[][] addressesValues)
public User0DCBCommandPacket writeDeviceConfigurationBlockFromFile(java.io.File file) throws java.io.IOException
java.io.IOException
public BypassUser0TimingPacket enableUser0BypassTimings()
public BypassUser0TimingPacket disableUser0BypassTimings()