gps.mvc.commands.wp
Class WPExitModeCommand

java.lang.Object
  extended by gps.mvc.commands.wp.WPStrCommand
      extended by gps.mvc.commands.wp.WPExitModeCommand
All Implemented Interfaces:
GpsLinkExecCommand, WondeproudConstants

public class WPExitModeCommand
extends WPStrCommand
implements WondeproudConstants

Author:
Mario

Field Summary
 
Fields inherited from interface gps.WondeproudConstants
REQ_DATE_TIME, REQ_DEV_INFO1, REQ_DEV_PARAM, REQ_ERASE, REQ_LOG, REQ_MEM_IN_USE, REQ_SELFTEST, REQ_UNKNOWN2, REQ_UNKNOWN3, SET_PARAM, WP_AP_EXIT, WP_CAMERA_DETECT, WP_GPS_PLUS_RESPONSE, WP_UPDATE_OVER
 
Constructor Summary
WPExitModeCommand()
           
 
Method Summary
 void execute(GPSrxtx context)
          Do what needs to be done for the specific command.
 boolean hasAck()
          If true, requires acknowledge.
 
Methods inherited from class gps.mvc.commands.wp.WPStrCommand
mustBeFirstInQueue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WPExitModeCommand

public WPExitModeCommand()
Method Detail

execute

public void execute(GPSrxtx context)
Description copied from interface: GpsLinkExecCommand
Do what needs to be done for the specific command.

Specified by:
execute in interface GpsLinkExecCommand
Overrides:
execute in class WPStrCommand
Parameters:
context - A reference to the link on which this command operates.

hasAck

public boolean hasAck()
Description copied from interface: GpsLinkExecCommand
If true, requires acknowledge.

Specified by:
hasAck in interface GpsLinkExecCommand
Overrides:
hasAck in class WPStrCommand
Returns:
true if the command requires an acknowledgde.