int MSXExxxx__PressureGetConfiguration ( xsd__unsignedLong  ulChannel,
xsd__unsignedLong  ulOption1,
struct MSXExxxx__PressureGetConfigurationResponse Response 
)
Parameters:
[in] ulChannel : Channel selection (0 to 15)
[in] ulOption1 : Reserved. Set to 0
[out] Response :
sResponse.iReturnValue :

  • 0: Means the remote function performed OK
  • -1: Means an system error occured
  • -2: Channel selection wrong

sResponse.syserrno : system-error code (the value of the libc "errno" code)
dSensorSensibility : Sensor sensibility (mV/V/bar or mV/V/mbar or mV/V/Pa, ...). Refer to sensor documentation
dSensorOffset : Sensor V offset for 0 mV/V/bar, 0 mV/V/mbar, ... Refer to sensor documentation
ulBaseSamplingRate : Sampling rate selection

  • 5 for 5Hz
  • 10 for 10Hz
  • 20 for 20Hz
  • 40 for 40Hz
  • 80 for 80Hz
  • 160 for 160Hz
  • 320 for 320Hz
  • 640 for 640Hz
  • 1000 for 1000Hz
  • 2000 for 2000Hz
Returns:
  • 0: Means the remote function performed OK
  • -1: Means an system error occured
  • -2: Channel selection wrong