Definition at line 30 of file ModifiableTimeImpl.java.
◆ ModifiableTimeImpl() [1/2]
org.opensplice.dds.core.ModifiableTimeImpl.ModifiableTimeImpl |
( |
OsplServiceEnvironment |
environment, |
|
|
long |
duration, |
|
|
TimeUnit |
unit |
|
) |
| |
◆ ModifiableTimeImpl() [2/2]
org.opensplice.dds.core.ModifiableTimeImpl.ModifiableTimeImpl |
( |
OsplServiceEnvironment |
environment, |
|
|
long |
seconds, |
|
|
long |
nanoseconds |
|
) |
| |
◆ add() [1/2]
void org.opensplice.dds.core.ModifiableTimeImpl.add |
( |
Duration |
duration | ) |
|
◆ add() [2/2]
void org.opensplice.dds.core.ModifiableTimeImpl.add |
( |
long |
duration, |
|
|
TimeUnit |
unit |
|
) |
| |
◆ compareTo()
int org.opensplice.dds.core.ModifiableTimeImpl.compareTo |
( |
Time |
o | ) |
|
◆ convert()
DDS.Time_t org.opensplice.dds.core.ModifiableTimeImpl.convert |
( |
| ) |
|
◆ copyFrom()
void org.opensplice.dds.core.ModifiableTimeImpl.copyFrom |
( |
Time |
src | ) |
|
◆ equals()
boolean org.opensplice.dds.core.ModifiableTimeImpl.equals |
( |
Object |
other | ) |
|
◆ getEnvironment()
◆ getRemainder()
long org.opensplice.dds.core.ModifiableTimeImpl.getRemainder |
( |
TimeUnit |
primaryUnit, |
|
|
TimeUnit |
remainderUnit |
|
) |
| |
◆ getTime()
long org.opensplice.dds.core.ModifiableTimeImpl.getTime |
( |
TimeUnit |
inThisUnit | ) |
|
◆ hashCode()
int org.opensplice.dds.core.ModifiableTimeImpl.hashCode |
( |
| ) |
|
◆ immutableCopy()
Time org.opensplice.dds.core.ModifiableTimeImpl.immutableCopy |
( |
| ) |
|
◆ invalidTime()
- Parameters
-
env | Identifies the Service instance to which the object will belong. |
- Returns
- An unmodifiable org.omg.dds.core.Time that is not valid.
Definition at line 81 of file Time.java.
◆ isInfinite()
boolean org.opensplice.dds.core.ModifiableTimeImpl.isInfinite |
( |
| ) |
|
◆ isValid()
boolean org.opensplice.dds.core.ModifiableTimeImpl.isValid |
( |
| ) |
|
◆ modifiableCopy()
ModifiableTime org.opensplice.dds.core.ModifiableTimeImpl.modifiableCopy |
( |
| ) |
|
◆ newTime()
Construct a specific instant in time.
Negative values are considered invalid and will result in the construction of a time t
such that:
t.isValid() == false
- Parameters
-
env | Identifies the Service instance to which the new object will belong. |
- See also
- isValid()
Definition at line 62 of file Time.java.
◆ normalize()
◆ normalizeMe()
void org.opensplice.dds.core.ModifiableTimeImpl.normalizeMe |
( |
| ) |
|
|
protected |
◆ setTime()
void org.opensplice.dds.core.ModifiableTimeImpl.setTime |
( |
long |
time, |
|
|
TimeUnit |
unit |
|
) |
| |
◆ subtract() [1/2]
void org.opensplice.dds.core.ModifiableTimeImpl.subtract |
( |
Duration |
duration | ) |
|
◆ subtract() [2/2]
void org.opensplice.dds.core.ModifiableTimeImpl.subtract |
( |
long |
duration, |
|
|
TimeUnit |
unit |
|
) |
| |
◆ toString()
String org.opensplice.dds.core.ModifiableTimeImpl.toString |
( |
| ) |
|
◆ environment
The documentation for this class was generated from the following file: