|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpeak.can.basic.TPCANTimestamp
public class TPCANTimestamp
Defines the point of time at which a CAN message was received.
| Constructor Summary | |
|---|---|
TPCANTimestamp()
Default constructor |
|
| Method Summary | |
|---|---|
short |
getMicros()
Gets microseconds |
short |
getMillis_overflow()
Gets milliseconds overflow |
int |
getMillis()
Gets milliseconds |
void |
setMicros(short micros)
Sets microseconds |
void |
setMillis_overflow(short millis_overflow)
Sets milliseconds overflow |
void |
setMillis(int millis)
Sets milliseconds |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TPCANTimestamp()
| Method Detail |
|---|
public short getMicros()
public void setMicros(short micros)
micros - microseconds (0-999)public int getMillis()
public void setMillis(int millis)
millis - millisecondspublic short getMillis_overflow()
public void setMillis_overflow(short millis_overflow)
millis_overflow - milliseconds overflow
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||