public class Time extends Object
Modifier and Type | Field and Description |
---|---|
static Time |
TIME_INFINITE |
static Time |
TIME_INVALID |
static Time |
TIME_ZERO |
Constructor and Description |
---|
Time(int sec,
int frac) |
Time(long systemCurrentMillis) |
Time(RTPSByteBuffer bb) |
Modifier and Type | Method and Description |
---|---|
long |
timeMillis() |
String |
toString() |
void |
writeTo(RTPSByteBuffer buffer) |
public static final Time TIME_ZERO
public static final Time TIME_INVALID
public static final Time TIME_INFINITE
public Time(RTPSByteBuffer bb)
public Time(int sec, int frac)
public Time(long systemCurrentMillis)
public void writeTo(RTPSByteBuffer buffer)
public long timeMillis()
Copyright © 2016. All rights reserved.