We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Program received signal SIGFPE, Arithmetic exception when testing multiple measurements
Program received signal SIGFPE, Arithmetic exception
for (i = 0; i < 60; i++) { m = new MeasType(); m->name = "test_batt_" + std::to_string(i); m->unit = "V"; m->command = '3'; m->responseSize = 2; m->coefficientLinear = 0.0777126099706744868; m->coefficientOffset = 0; m->minTimeDiffToStore = 1000; m->maxTimeDiffToStore = 3600000; m->valueDiffToStore = 2.0; m->priority = 1; h->measTypeArray->add(m); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Program received signal SIGFPE, Arithmetic exception
when testing multiple measurementsThe text was updated successfully, but these errors were encountered: