SetpointCommandNormalized_create

Function SetpointCommandNormalized_create 

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

Create a normalized 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) - normalized value between -1 and 1
  • 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