|
UM Java API
6.17
|
Public Member Functions | |
| LBMTimespec () | |
| LBMTimespec (long tv_sec, long tv_nsec) | |
| long | tv_sec () |
| long | tv_nsec () |
LBM Timespec class. Holds a time value in seconds and nanoseconds.
| com.latencybusters.lbm.LBMTimespec.LBMTimespec | ( | ) |
Creates an LBMTimespec object with all fields initialized to 0.
| com.latencybusters.lbm.LBMTimespec.LBMTimespec | ( | long | tv_sec, |
| long | tv_nsec | ||
| ) |
Creates a LBMTimespec object with all fields initialized to the given values.
| tv_sec | Holds a 64-bit value representing the seconds of the time value. |
| tv_nsec | Holds a 64-bit value representing the nanoseconds of the time value. |
References com.latencybusters.lbm.LBMTimespec.tv_nsec(), and com.latencybusters.lbm.LBMTimespec.tv_sec().
| long com.latencybusters.lbm.LBMTimespec.tv_nsec | ( | ) |
Get the nanoseconds associated with this time value.
References com.latencybusters.lbm.LBMTimespec.tv_sec().
Referenced by com.latencybusters.lbm.LBMTimespec.LBMTimespec().
| long com.latencybusters.lbm.LBMTimespec.tv_sec | ( | ) |
Get the seconds associated with this time value.
Referenced by com.latencybusters.lbm.LBMTimespec.LBMTimespec(), and com.latencybusters.lbm.LBMTimespec.tv_nsec().