|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.pentec.adaq.quickset.commands.QuickSetCommand
com.pentec.adaq.quickset.commands.preset.Preset
com.pentec.adaq.quickset.commands.preset.AddAuxToPreset
public class AddAuxToPreset
| Field Summary | |
|---|---|
private byte |
bAux1
|
private byte |
bAux2
|
private static byte |
bCmdId
|
private byte |
bPreset
|
| Fields inherited from class com.pentec.adaq.quickset.commands.QuickSetCommand |
|---|
ACK, ESC, ETX, NACK, STX |
| Constructor Summary | |
|---|---|
AddAuxToPreset()
|
|
AddAuxToPreset(byte bPreset,
byte bAux1,
byte bAux2)
|
|
| Method Summary | |
|---|---|
void |
setAux1(byte bAux1)
|
void |
setAux2(byte bAux2)
|
void |
setPreset(byte bPreset)
|
byte[] |
toBytes()
Convert command into a byte array. |
| Methods inherited from class com.pentec.adaq.quickset.commands.preset.Preset |
|---|
applyResponse, getAux1, getAux2, getPanCoordinate, getPreset, getTiltCoordinate |
| Methods inherited from class com.pentec.adaq.quickset.commands.QuickSetCommand |
|---|
bytePairToInt, generateChecksum |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private byte bAux1
private byte bAux2
private static final byte bCmdId
private byte bPreset
| Constructor Detail |
|---|
public AddAuxToPreset()
public AddAuxToPreset(byte bPreset,
byte bAux1,
byte bAux2)
| Method Detail |
|---|
public void setAux1(byte bAux1)
public void setAux2(byte bAux2)
public void setPreset(byte bPreset)
public byte[] toBytes()
QuickSetCommand
toBytes in class QuickSetCommand
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||