spinFloatGetValueEx

Function spinFloatGetValueEx 

Source
pub unsafe extern "C" fn spinFloatGetValueEx(
    hNode: spinNodeHandle,
    bVerify: bool8_t,
    pValue: *mut f64,
) -> spinError
Expand description

Retrieves the value of a float node; manually set whether to verify the node @see spinError

@param hNode The float node of the value to read @param pValue The double pointer in which the value is returned

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