-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Program received signal SIGFPE, Arithmetic exception when testing multiple measurements
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);
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels