/***********************************/ /* RoIS_Sound_Detection.idl */ /***********************************/ module Sound_Detection { interface Command : RoIS_Common::Command{ }; interface Query : RoIS_Common::Query{ }; interface Event : RoIS_Common::Event{ void sound_detected( in DateTime timestamp, in Integer number ); }; };