simGetInt32Signal

Gets the value of an integer signal

C++ synopsis

int simGetInt32Signal(const char* signalName, int* signalValue)

Arguments

  • signalName: name of the signal
  • signalValue: value of the signal

Return

  • -1 if operation was not successful, 0 if signal does not exist, 1 if signalValue was retrieved


See also: