pub unsafe extern "C" fn spinFloatSetValue(
hNode: spinNodeHandle,
value: f64,
) -> spinErrorExpand description
Sets the value of a float node @see spinError
@param hNode The float node having its value changed @param value The float value to set
@return spinError The error code; returns SPINNAKER_ERR_SUCCESS (or 0) for no error