spinSystemGetTLNodeMap

Function spinSystemGetTLNodeMap 

Source
pub unsafe extern "C" fn spinSystemGetTLNodeMap(
    hSystem: spinSystem,
    phNodeMap: *mut spinNodeMapHandle,
) -> spinError
Expand description

Retrieves the transport layer nodemap from the system. @see spinError

@param hSystem The system handle. @param phNodeMap The nodemap handle pointer in which the transport layer system nodemap is returned.

@return spinError The error code; returns SPINNAKER_ERR_SUCCESS (or 0) for no error