Uses of Class
edu.nau.cs.scu.Status

Packages that use Status
edu.nau.cs.scu   
 

Uses of Status in edu.nau.cs.scu
 

Methods in edu.nau.cs.scu that return Status
 Status PMCentralInterface.getStatus(int selectedSensor)
          This method gathers data about the state of the device from each component and returns a Status object describing that state.
 

Methods in edu.nau.cs.scu with parameters of type Status
protected  boolean ResponseGenerator.sendStatus(Status s)
          Writes a Status packet to the currently active serial port in the SignalInterpreter.
 void ExpectedResultsPanel.updateFromStatus(Status s)
          Updates the panel according to the contents of the status message being passed in.
 void ActualResultsPanel.updateFromStatus(Status s)
          Updates the panel with the information from the Status object being passed in.