NT_GetAtomicIntegerArray

Function NT_GetAtomicIntegerArray 

Source
pub unsafe extern "C" fn NT_GetAtomicIntegerArray(
    subentry: NT_Handle,
    defaultValue: *const i64,
    defaultValueLen: usize,
    value: *mut NT_TimestampedIntegerArray,
)
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 handle
  • defaultValue: default value to return if no value has been published
  • defaultValueLen: length of default value

§Parameters

  • value: timestamped value (output)