simGetFloatSignal

Gets the value of a double signal

C++ synopsis

int simGetFloatSignal(const char* signalName, double* 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: