/**********************/ /* RoIS_Move.idl */ /**********************/ module Move { interface Command : RoIS_Common::Command{ ReturnCode_t set_parameter( in sequence line, in sequence curve, in Integer time ); }; interface Query : RoIS_Common::Query{ ReturnCode_t get_parameter( out sequence line, out sequence curve, out Integer time ); }; interface Event : RoIS_Common::Event{ }; };