Trait rosrust::Clock[][src]

pub trait Clock: Send + Sync {
    fn now(&self) -> Time;
fn sleep(&self, d: Duration);
fn wait_until(&self, t: Time); fn await_init(&self) { ... } }

Required methods

fn now(&self) -> Time[src]

fn sleep(&self, d: Duration)[src]

fn wait_until(&self, t: Time)[src]

Loading content...

Provided methods

fn await_init(&self)[src]

Loading content...

Implementors

Loading content...