Package | Description |
---|---|
org.epics.pvdata.property |
This package contains interfaces and code for standard pvData structure fields.
|
Modifier and Type | Class and Description |
---|---|
class |
TimeStampFactory |
Modifier and Type | Method and Description |
---|---|
static TimeStamp |
TimeStampFactory.create()
Create an instance of a timeStamp.
|
Modifier and Type | Method and Description |
---|---|
double |
TimeStamp.diff(TimeStamp a,
TimeStamp b)
Get the difference, i.e.
|
double |
TimeStampFactory.diff(TimeStamp a,
TimeStamp b) |
boolean |
TimeStamp.equals(TimeStamp other)
Does this timeStamp have the same time as the other.
|
boolean |
TimeStampFactory.equals(TimeStamp other) |
void |
PVTimeStampFactory.get(TimeStamp timeStamp) |
void |
PVTimeStamp.get(TimeStamp timeStamp)
Get the TimeStamp.
|
boolean |
TimeStamp.le(TimeStamp other)
Is the time for this timeStamp earlier than or equal to the other.
|
boolean |
TimeStampFactory.le(TimeStamp other) |
boolean |
TimeStamp.lt(TimeStamp other)
Is the time for this timeStamp earlier than for the other.
|
boolean |
TimeStampFactory.lt(TimeStamp other) |
boolean |
PVTimeStampFactory.set(TimeStamp timeStamp) |
boolean |
PVTimeStamp.set(TimeStamp timeStamp)
Set the timeStamp.
|
Copyright © 2014. All Rights Reserved.