gps.mvc.commands.wp
Class WPEnterModeCommand

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

public class WPEnterModeCommand
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
WPEnterModeCommand()
           
 
Method Summary
 void execute(GPSrxtx context)
          Do what needs to be done for the specific command.
 
Methods inherited from class gps.mvc.commands.wp.WPStrCommand
hasAck, mustBeFirstInQueue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WPEnterModeCommand

public WPEnterModeCommand()
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.