onboardapi  9.10.0
by Rheinmetall
M_SectorSelection::IService Class Reference

Public Member Functions

virtual ~IService ()
 
virtual void CmdSelectSector (M_Common::ULongListType const &SectorIdList)
 

Detailed Description

Sector Selection Service interface. Contains operations that a client can command the Sector Selection Service to perform.

Constructor & Destructor Documentation

◆ ~IService()

M_SectorSelection::IService::~IService ( )
virtual

Member Function Documentation

◆ CmdSelectSector()

void M_SectorSelection::IService::CmdSelectSector ( M_Common::ULongListType const &  SectorIdList)
virtual

Command to instruct the Service to select the sector(s) with the specified ID(s).

Parameters
SectorIdListThe ID of one or more sectors to select. Empty list indicates that existing selection should be cleared.