ClockTime
ClockTime
Section titled “ClockTime”#include <sbio/formats/xtc1/xtc1.hh>class ClockTimeDefined in src/lib/sbio/formats/xtc1/xtc1.hh:744
List of all members
Section titled “List of all members”| Name | Kind | Owner |
|---|---|---|
ClockTime |
function |
Declared here |
ClockTime |
function |
Declared here |
ClockTime |
function |
Declared here |
ClockTime |
function |
Declared here |
ClockTime |
function |
Declared here |
seconds |
function |
Declared here |
nanoseconds |
function |
Declared here |
asDouble |
function |
Declared here |
isZero |
function |
Declared here |
operator> |
function |
Declared here |
operator== |
function |
Declared here |
m_low |
variable |
Declared here |
m_high |
variable |
Declared here |
Public Methods
Section titled “Public Methods”| Return | Name | Description |
|---|---|---|
SBIO_HD |
ClockTime inline |
|
SBIO_HD |
ClockTime inline |
|
SBIO_HD |
ClockTime inline |
|
SBIO_HD |
ClockTime inline |
|
SBIO_HD |
ClockTime inline |
|
SBIO_HD unsigned |
seconds const inline |
|
SBIO_HD unsigned |
nanoseconds const inline |
|
SBIO_HD double |
asDouble const inline |
|
SBIO_HD bool |
isZero const inline |
|
SBIO_HD bool |
operator> const inline |
|
SBIO_HD bool |
operator== const inline |
ClockTime
Section titled “ClockTime”inline
inline SBIO_HD ClockTime()Defined in src/lib/sbio/formats/xtc1/xtc1.hh:746
ClockTime
Section titled “ClockTime”inline
inline SBIO_HD ClockTime(const ClockTime & t)Defined in src/lib/sbio/formats/xtc1/xtc1.hh:747
ClockTime
Section titled “ClockTime”inline
inline SBIO_HD ClockTime(const ::timespec & ts)Defined in src/lib/sbio/formats/xtc1/xtc1.hh:752
ClockTime
Section titled “ClockTime”inline
inline SBIO_HD ClockTime(const double sec)Defined in src/lib/sbio/formats/xtc1/xtc1.hh:757
ClockTime
Section titled “ClockTime”inline
inline SBIO_HD ClockTime(unsigned sec, unsigned nsec)Defined in src/lib/sbio/formats/xtc1/xtc1.hh:764
seconds
Section titled “seconds”const inline
inline SBIO_HD unsigned seconds() constDefined in src/lib/sbio/formats/xtc1/xtc1.hh:769
nanoseconds
Section titled “nanoseconds”const inline
inline SBIO_HD unsigned nanoseconds() constDefined in src/lib/sbio/formats/xtc1/xtc1.hh:770
asDouble
Section titled “asDouble”const inline
inline SBIO_HD double asDouble() constDefined in src/lib/sbio/formats/xtc1/xtc1.hh:772
isZero
Section titled “isZero”const inline
inline SBIO_HD bool isZero() constDefined in src/lib/sbio/formats/xtc1/xtc1.hh:776
operator>
Section titled “operator>”const inline
inline SBIO_HD bool operator>(const ClockTime & t) constDefined in src/lib/sbio/formats/xtc1/xtc1.hh:784
operator==
Section titled “operator==”const inline
inline SBIO_HD bool operator==(const ClockTime & t) constDefined in src/lib/sbio/formats/xtc1/xtc1.hh:787
Private Attributes
Section titled “Private Attributes”| Return | Name | Description |
|---|---|---|
uint32_t |
m_low |
|
uint32_t |
m_high |
uint32_t m_lowDefined in src/lib/sbio/formats/xtc1/xtc1.hh:792
m_high
Section titled “m_high”uint32_t m_highDefined in src/lib/sbio/formats/xtc1/xtc1.hh:793