/** * * \file ping.idl * \brief Interfacedefinition for ping performance test * * \author Manuel Traut * \version 2009-06-23 * */ module Linutronix{ interface Ping{ oneway void send(in string payload); }; };