zx::clock::update_args

Summary

Constructors and Destructors

update_args()

Friend classes

::zx::clock
friend class

Public functions

reset()
set_both_values(zx::time reference_value, zx::time synthetic_value)
set_error_bound(uint64_t error_bound)
set_rate_adjust(int32_t rate)
set_reference_value(zx::time reference_value)
set_value(zx::time value)

Friend classes

::zx::clock

friend class ::zx::clock

Public functions

reset

update_args & reset()

set_both_values

update_args & set_both_values(
  zx::time reference_value,
  zx::time synthetic_value
)

set_error_bound

update_args & set_error_bound(
  uint64_t error_bound
)

set_rate_adjust

update_args & set_rate_adjust(
  int32_t rate
)

set_reference_value

update_args & set_reference_value(
  zx::time reference_value
)

set_value

update_args & set_value(
  zx::time value
)

update_args

constexpr update_args()=default