Class PacketWithTime


  • @Deprecated
    public class PacketWithTime
    extends TmPacket
    Deprecated.
    use TmPacket instead
    Packet with acquisition time, generation time and sequence count. It is assumed that (generation time, sequence count) uniquely identifies the packet
    • Constructor Detail

      • PacketWithTime

        public PacketWithTime​(long rectime,
                              byte[] pkt)
        Deprecated.
      • PacketWithTime

        public PacketWithTime​(long rectime,
                              long gentime,
                              int seqCount,
                              byte[] pkt)
        Deprecated.