pub unsafe extern "C" fn NT_SetFloatArray(
pubentry: NT_Handle,
time: i64,
value: *const f32,
len: usize,
) -> NT_BoolExpand description
Publish a new value.
ยงParameters
pubentry: publisher or entry handletime: timestamp; 0 indicates current NT time should be usedvalue: value to publishlen: length of value