Package GPS

Class GpsLogger

Direct Known Subclasses:
NetGPSLogging

public class GpsLogger extends SQLLogging
  • Field Details Link icon

  • Constructor Details Link icon

  • Method Details Link icon

    • doExtraChecks Link icon

      public boolean doExtraChecks(DBProcess dbProcess, PamConnection connection)
      Description copied from class: SQLLogging
      Gives each module a chance to do additional checks and alterations to the database table at connection time. e.g. the GPS module may want to check that the table is not an old Logger table and if necessary alter the columns into the PAMGUARD format.
      Overrides:
      doExtraChecks in class SQLLogging
      Returns:
      true if tests and alterations OK.
    • setTableData Link icon

      public void setTableData(SQLTypes sqlTypes, PamDataUnit pamDataUnit)
      Description copied from class: SQLLogging
      Callback function when new data are created that allows the user to set the data for each column. Columns that have data which can be filled automatically (counters, primary keys and columns cross referenced to data in other tables) are filled automatically in fillTableData()
      Specified by:
      setTableData in class SQLLogging
    • getCanLog Link icon

      public boolean getCanLog()