/************************************/ /* RoIS_Person_Detection.idl */ /************************************/ module Person_Detection { interface Command : RoIS_Common::Command{ }; interface Query : RoIS_Common::Query{ }; interface Event : RoIS_Common::Event{ void person_detected( in DateTime timestamp, in Integer number ); }; };