// copyright 2013-2020 BAE Systems, Thales Group, Object Management Group Inc; 2013 Selex ES, DSTO, Atlas Elektronik, EADS Deutschland GmbH #ifndef ORGOMGC4ISERVICE_INTERFACESSUBSYSTEM_SERVICESSUBSYSTEM_CONTROLCONTROL_BATTLE_OVERRIDEDEFVAR #define ORGOMGC4ISERVICE_INTERFACESSUBSYSTEM_SERVICESSUBSYSTEM_CONTROLCONTROL_BATTLE_OVERRIDEDEFVAR #include "Requests.idl" #include "Subsystem_Control.idl" module org { module omg { module c4i { module Service_Interfaces { module Subsystem_Services { module Subsystem_Control { // This package contains interfaces for the Control Battle Override service. module Control_Battle_Override { // This metod is used by the subsystem to return the current Battle Override state. // The subsystem is requested to set/reset the Battle Override. When Battle Override // is set the subsystem disregards warnings on circumstances which may cause damage // to own equipment, typically the overtemperature protections. // It is the CMS's responsibility to initiate the determination of initial state by // making a request for information to the subsystem. // Provision of the Battle Override state // Subsystem shall keep CMS informed about the current Battle Override state and its // changes (if any). // Lack of mastership // In the case where CMS does not have mastership of the subsystem, CMS shall be // informed about the current Battle Override state and its changes (if any). // Relationship to the subsystem health state // As long as the Battle Override is set, the subsystem internal overtemperature // indications shall not result in any heath state set to “NOT AVAILABLE” (see // Provide health state). struct battle_override_setting_type { #ifdef DDS_XTYPES @Key org::omg::c4i::Domain_Model::Common_Types::Requests::request_id_type request_id; #else org::omg::c4i::Domain_Model::Common_Types::Requests::request_id_type request_id; #endif org::omg::c4i::Domain_Model::Subsystem_Domain::Subsystem_Control::battle_override_state_type battle_override_state; }; #ifndef DDS_XTYPES #pragma keylist battle_override_setting_type request_id #endif // This method is used by the CMS to send a Battle Override set/reset request to the // subsystem, struct set_battle_override_type { #ifdef DDS_XTYPES @Key org::omg::c4i::Domain_Model::Common_Types::Requests::request_id_type request_id; #else org::omg::c4i::Domain_Model::Common_Types::Requests::request_id_type request_id; #endif org::omg::c4i::Domain_Model::Subsystem_Domain::Subsystem_Control::battle_override_state_type battle_override_state; }; #ifndef DDS_XTYPES #pragma keylist set_battle_override_type request_id #endif }; }; }; }; }; }; }; #endif