Package peak.can.basic
Class TPCANTimestampFD
java.lang.Object
peak.can.basic.TPCANTimestampFD
Defines the point of time at which a CAN message was received.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TPCANTimestampFD
public TPCANTimestampFD()Default constructor
-
-
Method Details
-
getValue
public long getValue()- Returns:
- the timestamp
-
setValue
public void setValue(long timestamp) - Parameters:
timestamp
- the timestamp to set
-