|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.mbari.siam.operations.utils.PuckCommandSpec
org.mbari.siam.operations.utils.PuckCommandSpec_versionOneDotTwo
public class PuckCommandSpec_versionOneDotTwo
| Field Summary | |
|---|---|
static java.lang.String |
VERSION
|
| Constructor Summary | |
|---|---|
protected |
PuckCommandSpec_versionOneDotTwo()
This class should only be instantiated by the PuckCommandSpec superclass in order to maintain the singleton pattern |
| Method Summary | |
|---|---|
java.lang.String |
eraseMemoryCommand()
in spec v1.2 command is: PUCKEM in spec v1.0 command is: ER |
java.lang.String |
flushMemoryCommand()
in spec v1.2 command is: PUCKFM in spec v1.0 command is: FL ???? In 1.0, description says command is to "End PUCK write session" |
java.lang.String |
getAddressCommand()
in spec v1.2 command is: PUCKGA |
java.lang.String |
getFirmwareVersionCommand()
in spec v1.2 command is: PUCKVR |
java.lang.String |
getSizeOfMemoryCommand()
in spec v1.2 command is: PUCKSZ |
java.lang.String |
putPuckInInstrumentModeCommand()
in spec v1.2 command is: PUCKIM in spec v1.0 command is: SM |
java.lang.String |
queryPuckTypeCommand()
in spec v1.2 command is: PUCKTY in spec v1.0 command DOES NOT EXIST |
java.lang.String |
readFromMemoryCommand()
in spec v1.2 command is: PUCKRM |
java.lang.String |
setAddressOfMemoryPointerCommand()
in spec v1.2 command is: PUCKSA |
java.lang.String |
setBaudRateCommand()
in spec v1.2 command is: PUCKSB |
java.lang.String |
verifyBaudRateCommand()
in spec v1.2 command is: PUCKVB |
java.lang.String |
writeToMemoryCommand()
in spec v1.2 command is: PUCKWM |
| Methods inherited from class org.mbari.siam.operations.utils.PuckCommandSpec |
|---|
getInstance, getPUCK_SPECIFICATION_VERSION, setPUCK_SPECIFICATION_VERSION |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String VERSION
| Constructor Detail |
|---|
protected PuckCommandSpec_versionOneDotTwo()
| Method Detail |
|---|
public java.lang.String setBaudRateCommand()
PuckCommandSpec
setBaudRateCommand in class PuckCommandSpecpublic java.lang.String verifyBaudRateCommand()
PuckCommandSpec
verifyBaudRateCommand in class PuckCommandSpecpublic java.lang.String readFromMemoryCommand()
PuckCommandSpec
readFromMemoryCommand in class PuckCommandSpecpublic java.lang.String writeToMemoryCommand()
PuckCommandSpec
writeToMemoryCommand in class PuckCommandSpecpublic java.lang.String flushMemoryCommand()
PuckCommandSpec
flushMemoryCommand in class PuckCommandSpecpublic java.lang.String eraseMemoryCommand()
PuckCommandSpec
eraseMemoryCommand in class PuckCommandSpecpublic java.lang.String getAddressCommand()
PuckCommandSpec
getAddressCommand in class PuckCommandSpecpublic java.lang.String putPuckInInstrumentModeCommand()
PuckCommandSpec
putPuckInInstrumentModeCommand in class PuckCommandSpecpublic java.lang.String setAddressOfMemoryPointerCommand()
PuckCommandSpec
setAddressOfMemoryPointerCommand in class PuckCommandSpecpublic java.lang.String getSizeOfMemoryCommand()
PuckCommandSpec
getSizeOfMemoryCommand in class PuckCommandSpecpublic java.lang.String queryPuckTypeCommand()
PuckCommandSpec
queryPuckTypeCommand in class PuckCommandSpecpublic java.lang.String getFirmwareVersionCommand()
PuckCommandSpec
getFirmwareVersionCommand in class PuckCommandSpec
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||