// copyright 2013-2020 BAE Systems, Thales Group, Object Management Group Inc; 2013 Selex ES, DSTO, Atlas Elektronik, EADS Deutschland GmbH #ifndef ORGOMGC4ISERVICE_INTERFACESSENSOR_SERVICESSENSOR_ASSESSMENTASSESS_SENSOR_TRACKDEFVAR #define ORGOMGC4ISERVICE_INTERFACESSENSOR_SERVICESSENSOR_ASSESSMENTASSESS_SENSOR_TRACKDEFVAR #include "Requests.idl" #include "Track_Reporting.idl" module org { module omg { module c4i { module Service_Interfaces { module Sensor_Services { module Sensor_Assessment { module Assess_Sensor_Track { // The CMS selects a particular equipment match as being the authoritative // assessment for the sensor track with regard to the equipment it is a detection // of. The Subsystem, thereafter reports the sensor track in accordance with this // assessment. // The interface by which a CMS can control the sensor's assessment of the track // data. struct select_equipment_assessment_type { // The unique identifier of the request to select the match #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 // The identifier of the match to be selected long match_id; // The sensor track to which the assessment applies org::omg::c4i::Domain_Model::Sensor_Domain::Track_Reporting::sensor_track_id_type sensor_track_id; }; #ifndef DDS_XTYPES #pragma keylist select_equipment_assessment_type request_id #endif // The CMS selects a particular platform match as being the authoritative assessment // for the sensor track with regard to the platform it is a detection of. The // Subsystem, thereafter reports the sensor track in accordance with this // assessment. // The interface by which a CMS can control the sensor's assessment of the track // data. struct select_platform_assessment_type { // The unique identifier of the request to select the match #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 // The identifier of the match to be selected long match_id; // The sensor track to which the assessment applies org::omg::c4i::Domain_Model::Sensor_Domain::Track_Reporting::sensor_track_id_type sensor_track_id; }; #ifndef DDS_XTYPES #pragma keylist select_platform_assessment_type request_id #endif // The CMS selects a particular mode match as being the authoritative assessment for // the sensor track with regard to the equipment mode it is a detection of. The // Subsystem, thereafter reports the sensor track in accordance with this // assessment. // The interface by which a CMS can control the sensor's assessment of the track // data. struct select_mode_assessment_type { // The unique identifier of the request to select the match #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 // The identifier of the match to be selected long match_id; // The sensor track to which the assessment applies org::omg::c4i::Domain_Model::Sensor_Domain::Track_Reporting::sensor_track_id_type sensor_track_id; }; #ifndef DDS_XTYPES #pragma keylist select_mode_assessment_type request_id #endif // The CMS deselects equipment match as being the authoritative assessment for the // sensor track with regard to the equipment it is a detection of. The Subsystem, // stops reporting the sensor track in accordance with the previously selected // assessment. // The interface by which a CMS can control the sensor's assessment of the track // data. struct deselect_equipment_assessment_type { // The unique identifier of the request to deselect matches #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 // The sensor track to which the assessment applies org::omg::c4i::Domain_Model::Sensor_Domain::Track_Reporting::sensor_track_id_type sensor_track_id; }; #ifndef DDS_XTYPES #pragma keylist deselect_equipment_assessment_type request_id #endif // The CMS deselects platform match as being the authoritative assessment for the // sensor track with regard to the platform it is a detection of. The Subsystem, // stops reporting the sensor track in accordance with the previously selected // assessment. // The interface by which a CMS can control the sensor's assessment of the track // data. struct deselect_platform_assessment_type { // The unique identifier of the request to deselect matches #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 // The sensor track to which the assessment applies org::omg::c4i::Domain_Model::Sensor_Domain::Track_Reporting::sensor_track_id_type sensor_track_id; }; #ifndef DDS_XTYPES #pragma keylist deselect_platform_assessment_type request_id #endif // The CMS deselects mode match as being the authoritative assessment for the sensor // track with regard to the equipment it is a detection of. The Subsystem, stops // reporting the sensor track in accordance with the previously selected assessment. // The interface by which a CMS can control the sensor's assessment of the track // data. struct deselect_mode_assessment_type { // The unique identifier of the request to deselect matches #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 // The sensor track to which the assessment applies org::omg::c4i::Domain_Model::Sensor_Domain::Track_Reporting::sensor_track_id_type sensor_track_id; }; #ifndef DDS_XTYPES #pragma keylist deselect_mode_assessment_type request_id #endif }; }; }; }; }; }; }; #endif