Struct hbs_acc_pow_sys::heartbeat_acc_pow_record [] [src]

#[repr(C)]
pub struct heartbeat_acc_pow_record { pub id: uint64_t, pub user_tag: uint64_t, pub work: uint64_t, pub wd: heartbeat_udata, pub start_time: uint64_t, pub end_time: uint64_t, pub td: heartbeat_udata, pub perf: heartbeat_rates, pub accuracy: uint64_t, pub ad: heartbeat_udata, pub acc: heartbeat_rates, pub start_energy: uint64_t, pub end_energy: uint64_t, pub ed: heartbeat_udata, pub pwr: heartbeat_rates, }

A heartbeat record with current rates (performance and accuracy).

Fields