Robotics Library  0.7.0
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
rl::util::xenomai::chrono::system_clock Struct Reference

#include <chrono.h>

Public Types

typedef ::std::chrono::nanoseconds duration
 
typedef duration::period period
 
typedef duration::rep rep
 
typedef ::std::chrono::time_point< system_clock, durationtime_point
 

Static Public Member Functions

static time_point now ()
 
::std::time_t to_time_t (const time_point &t)
 
static time_point from_time_t (std::time_t t)
 

Static Public Attributes

static constexpr bool is_monotonic = false
 
static constexpr bool is_steady = false
 

Member Typedef Documentation

◆ duration

typedef ::std::chrono::nanoseconds rl::util::xenomai::chrono::system_clock::duration

◆ period

◆ rep

◆ time_point

Member Function Documentation

◆ from_time_t()

static time_point rl::util::xenomai::chrono::system_clock::from_time_t ( std::time_t  t)
inlinestatic

◆ now()

static time_point rl::util::xenomai::chrono::system_clock::now ( )
inlinestatic

◆ to_time_t()

::std::time_t rl::util::xenomai::chrono::system_clock::to_time_t ( const time_point t)
inlinestatic

Member Data Documentation

◆ is_monotonic

constexpr bool rl::util::xenomai::chrono::system_clock::is_monotonic = false
staticconstexpr

◆ is_steady

constexpr bool rl::util::xenomai::chrono::system_clock::is_steady = false
staticconstexpr

The documentation for this struct was generated from the following file: