com.gtosoft.libvoyager.util
Class RoutineScan

java.lang.Object
  extended by com.gtosoft.libvoyager.util.RoutineScan

public class RoutineScan
extends java.lang.Object


Constructor Summary
RoutineScan(OBD2Session newOBDSess, PIDDecoder pd)
           
 
Method Summary
 void addDPN(java.lang.String DPN)
          Add a dpn to the routine scan set!
 GeneralStats getStats()
           
 void removeAllDPNs()
          Remove all DPNs from the routine scan set.
 void removeDPN(java.lang.String DPN)
          Removes a single DPN from the routine scan set.
 void shutdown()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoutineScan

public RoutineScan(OBD2Session newOBDSess,
                   PIDDecoder pd)
Method Detail

shutdown

public void shutdown()

addDPN

public void addDPN(java.lang.String DPN)
Add a dpn to the routine scan set!

Parameters:
DPN -

removeAllDPNs

public void removeAllDPNs()
Remove all DPNs from the routine scan set.


removeDPN

public void removeDPN(java.lang.String DPN)
Removes a single DPN from the routine scan set.

Parameters:
DPN -

getStats

public GeneralStats getStats()