ntcore_sys

Function NT_GetTopicName

Source
pub unsafe extern "C" fn NT_GetTopicName(
    topic: NT_Topic,
    name: *mut WPI_String,
)
Expand description

Gets the name of the specified topic.

ยงParameters

  • topic: topic handle
  • name: topic name (output); return length of 0 and nullptr if handle is invalid.