Skip to content

ClockTime

#include <sbio/formats/xtc1/xtc1.hh>
class ClockTime

Defined in src/lib/sbio/formats/xtc1/xtc1.hh:744

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
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

inline

inline SBIO_HD ClockTime()

Defined in src/lib/sbio/formats/xtc1/xtc1.hh:746


inline

inline SBIO_HD ClockTime(const ClockTime & t)

Defined in src/lib/sbio/formats/xtc1/xtc1.hh:747


inline

inline SBIO_HD ClockTime(const ::timespec & ts)

Defined in src/lib/sbio/formats/xtc1/xtc1.hh:752


inline

inline SBIO_HD ClockTime(const double sec)

Defined in src/lib/sbio/formats/xtc1/xtc1.hh:757


inline

inline SBIO_HD ClockTime(unsigned sec, unsigned nsec)

Defined in src/lib/sbio/formats/xtc1/xtc1.hh:764


const inline

inline SBIO_HD unsigned seconds() const

Defined in src/lib/sbio/formats/xtc1/xtc1.hh:769


const inline

inline SBIO_HD unsigned nanoseconds() const

Defined in src/lib/sbio/formats/xtc1/xtc1.hh:770


const inline

inline SBIO_HD double asDouble() const

Defined in src/lib/sbio/formats/xtc1/xtc1.hh:772


const inline

inline SBIO_HD bool isZero() const

Defined in src/lib/sbio/formats/xtc1/xtc1.hh:776


const inline

inline SBIO_HD bool operator>(const ClockTime & t) const

Defined in src/lib/sbio/formats/xtc1/xtc1.hh:784


const inline

inline SBIO_HD bool operator==(const ClockTime & t) const

Defined in src/lib/sbio/formats/xtc1/xtc1.hh:787

Return Name Description
uint32_t m_low
uint32_t m_high

uint32_t m_low

Defined in src/lib/sbio/formats/xtc1/xtc1.hh:792


uint32_t m_high

Defined in src/lib/sbio/formats/xtc1/xtc1.hh:793