#pragma once #include // E116 ยง6 standard collection-event identifiers, one per top-level // state. Equipment fires the matching CEID on transition into that // state; hosts subscribe via the existing S2F33 / S2F35 / S2F37 flow. namespace secsgem::gem::e116 { inline constexpr uint32_t kCeidNonScheduledTime = 1100; inline constexpr uint32_t kCeidScheduledDowntime = 1101; inline constexpr uint32_t kCeidUnscheduledDowntime = 1102; inline constexpr uint32_t kCeidEngineering = 1103; inline constexpr uint32_t kCeidStandby = 1104; inline constexpr uint32_t kCeidProductive = 1105; } // namespace secsgem::gem::e116