master/datagram.c
branchstable-1.5
changeset 2522 ec403cf308eb
parent 2421 bc2d4bf9cbe5
equal deleted inserted replaced
2521:3d68bb0047a1 2522:ec403cf308eb
   634 }
   634 }
   635 
   635 
   636 /*****************************************************************************/
   636 /*****************************************************************************/
   637 
   637 
   638 /** Returns a string describing the datagram type.
   638 /** Returns a string describing the datagram type.
       
   639  *
       
   640  * \return Pointer on a static memory containing the requested string.
   639  */
   641  */
   640 const char *ec_datagram_type_string(
   642 const char *ec_datagram_type_string(
   641         const ec_datagram_t *datagram /**< EtherCAT datagram. */
   643         const ec_datagram_t *datagram /**< EtherCAT datagram. */
   642         )
   644         )
   643 {
   645 {