|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgps.mvc.MtkController
gps.mvc.HoluxController
public class HoluxController
Controller for Holux devices (PHLX command set) like the M-1000C.
Field Summary |
---|
Constructor Summary | |
---|---|
HoluxController(GpsController c,
MtkModel m)
|
Method Summary | |
---|---|
boolean |
cmd(int cmd)
Handles commands with no parameters Support for Holux-specific commands, otherwise delegates to standard MTK |
boolean |
cmd(int cmd,
CmdParam param)
Handles commands with a parameter Support for Holux-specific commands, otherwise delegates to standard MTK |
boolean |
isSupportedCmd(int cmd)
Check if a command is supported. |
boolean |
reqData(int dataType)
PHLX-specific implementation of requesting GPS data. |
Methods inherited from class gps.mvc.MtkController |
---|
getLog, getLogInit, getMtkModel, logImmediate, notifyDisconnected, notifyRun, recoveryEraseLog, replyToOkToOverwrite, sendMtkBin, setAgpsData, setBinMode, setBtMacAddr, setDatumMode, setDGPSMode, setFlashUserOption, setLogFormat, setLogRequestAhead, setNMEADefaultPeriods, setNmeaMode, setNMEAPeriods |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HoluxController(GpsController c, MtkModel m)
m
- Method Detail |
---|
public boolean cmd(int cmd)
cmd
in class MtkController
cmd
- Command identification.
public boolean cmd(int cmd, CmdParam param)
cmd
in class MtkController
cmd
- Command identification.
public boolean isSupportedCmd(int cmd)
MtkController
isSupportedCmd
in class MtkController
cmd
- Command identification.
public boolean reqData(int dataType)
reqData
in class MtkController
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |