gps.mvc
Interface DeviceControllerIF

All Known Implementing Classes:
GpsController

public interface DeviceControllerIF

Author:
Mario

Method Summary
 boolean cmd(int cmd)
          Perform a command.
 boolean cmd(int cmd, CmdParam param)
          Perform a command.
 void getLog(BT747Path log)
           
 boolean isSupportedCmd(int cmd)
          Check if a command is supported.
 

Method Detail

cmd

boolean cmd(int cmd)
Perform a command.

Parameters:
cmd - Command identification.
Returns:
true is command is supported.

isSupportedCmd

boolean isSupportedCmd(int cmd)
Check if a command is supported.

Parameters:
cmd - Command identification.
Returns:
true is command is supported.

cmd

boolean cmd(int cmd,
            CmdParam param)
Perform a command.

Parameters:
cmd - Command identification.
Returns:
true is command is supported.

getLog

void getLog(BT747Path log)