7 #ifndef EVENSHAPEINTERFACE_STATICCONSTANTS_H
8 #define EVENSHAPEINTERFACE_STATICCONSTANTS_H
14 static const double invalidValue(-1.);
15 static const double nullValue(0.);
16 static const std::string invalidKey(
"INVALID");
17 static const std::string defaultStateKey(
"CALIBRATED");
23 {
return EventShapeConstants_Values::invalidValue; }
25 {
return EventShapeConstants_Values::nullValue; }
27 {
return EventShapeConstants_Values::invalidKey;}
29 {
return EventShapeConstants_Values::defaultStateKey; }