SetpointCommandScaled_create

Function SetpointCommandScaled_create 

Source
pub unsafe extern "C" fn SetpointCommandScaled_create(
    self_: SetpointCommandScaled,
    ioa: c_int,
    value: c_int,
    selectCommand: bool,
    ql: c_int,
) -> SetpointCommandScaled
Expand description

Create a scaled set point command information object

§Arguments

  • self (direction in) - existing instance to reuse or NULL to create a new instance
  • ioa (direction in) - information object address
  • value (direction in) - the scaled value (–32.768 .. 32.767)
  • selectCommand (direction in) - (S/E bit) if true send “select”, otherwise “execute”
  • ql (direction in) - qualifier of set point command (0 = standard, 1..127 = reserved)

§Returns

the initialized instance