gdata
Loading...
Searching...
No Matches
GData module conventions

Public constants, conventional key names, and stable error codes used across GData. More...

Variables

constexpr int TIMEATELECTRONICSNOTDEFINED = -123456
 Sentinel value returned when timeAtElectronics is requested but not present.
 

Detailed Description

This topic groups the shared constants that define the public schema vocabulary for the module. These values are intentionally centralized because they are consumed by multiple classes and by downstream code that expects consistent key names and numeric diagnostics.

Variable Documentation

◆ TIMEATELECTRONICSNOTDEFINED

constexpr int TIMEATELECTRONICSNOTDEFINED = -123456
constexpr

This value is intentionally chosen to be unlikely in normal data so that missing-data situations are easier to detect during debugging and validation.

It is returned by GDigitizedData::getTimeAtElectronics().

Definition at line 79 of file gdataConventions.h.