Class PMSWTImpl.RemoteHistoryEntry

  • Enclosing class:
    PMSWTImpl

    private static class PMSWTImpl.RemoteHistoryEntry
    extends java.lang.Object
    • Field Detail

      • last_received_mono

        private long last_received_mono
      • last_received_rtc

        private long last_received_rtc
      • request_count

        private int request_count
      • last_was_good

        private boolean last_was_good
    • Constructor Detail

      • RemoteHistoryEntry

        private RemoteHistoryEntry()
    • Method Detail

      • getLastReceivedMono

        private long getLastReceivedMono()
      • getLastReceivedRTC

        private long getLastReceivedRTC()
      • getRequestCount

        private int getRequestCount()
      • wasLastGood

        private boolean wasLastGood()
      • update

        private void update​(boolean good)