pub unsafe extern "C" fn NT_GetAtomicFloatArray(
subentry: NT_Handle,
defaultValue: *const f32,
defaultValueLen: usize,
value: *mut NT_TimestampedFloatArray,
)Expand description
Get the last published value along with its timestamp. If no value has been published, returns the passed defaultValue and a timestamp of 0.
ยงParameters
subentry: subscriber or entry handledefaultValue: default value to return if no value has been publisheddefaultValueLen: length of default valuevalue: timestamped value (output)