]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/liborte/RTPSPad.c
Reformat the sources with orte/uncrustify script
[orte.git] / orte / liborte / RTPSPad.c
index 1b50cf44e390f40ff74aa7b49ef2364018230e48..99ae737e78530f63a8b7c715803a8717a3e431aa 100644 (file)
@@ -1,32 +1,42 @@
 /*
- *  $Id: RTPSPad.c,v 0.0.0.1            2003/08/21 
+ *  $Id: RTPSPad.c,v 0.0.0.1            2003/08/21
  *
  *  DEBUG:  section 41                  message PAD
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------
+ *                                ORTE
+ *                      Open Real-Time Ethernet
+ *
+ *                      Copyright (C) 2001-2006
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic
+ *                      http://dce.felk.cvut.cz
+ *                      http://www.ocera.org
+ *
+ *  Author:              Petr Smolik   petr@smoliku.cz
+ *  Advisor:             Pavel Pisa
+ *  Project Responsible: Zdenek Hanzalek
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *  the Free Software Foundation; either version 2 of the License, or
  *  (at your option) any later version.
- *  
+ *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *  GNU General Public License for more details.
- *  
- */ 
+ *
+ */
 
 #include "orte_all.h"
 
 /**********************************************************************************/
-void RTPSPad(uint8_t *rtps_msg,MessageInterpret *mi) {
+void
+RTPSPad(CDR_Codec *cdrCodec, MessageInterpret *mi)
+{
   //nothing to do
 
-  debug(41,3) ("  RTPSInfoPAD:\n");
-
-} 
-
+  debug(41, 3) ("  RTPSInfoPAD:\n");
 
+}