Class TPCANTimestampFD


  • public class TPCANTimestampFD
    extends java.lang.Object
    Defines the point of time at which a CAN message was received.
    • Constructor Summary

      Constructors 
      Constructor Description
      TPCANTimestampFD()
      Default constructor
    • Method Summary

      Modifier and Type Method Description
      long getValue()  
      void setValue​(long timestamp)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TPCANTimestampFD

        public TPCANTimestampFD()
        Default constructor
    • Method Detail

      • getValue

        public long getValue()
        Returns:
        the timestamp
      • setValue

        public void setValue​(long timestamp)
        Parameters:
        timestamp - the timestamp to set