]> rtime.felk.cvut.cz Git - frescor/fwp.git/commitdiff
Added comments to fwp_tests
authorMartin Molnar <molnar@sum.(none)>
Fri, 27 Jun 2008 12:58:07 +0000 (14:58 +0200)
committerMartin Molnar <molnar@sum.(none)>
Fri, 27 Jun 2008 12:58:07 +0000 (14:58 +0200)
fwp/tests/fwp_prototest/fwp_sendrecv_test1.c
fwp/tests/fwp_prototest/fwp_sendrecv_test2.c
fwp/tests/fwp_vrestest/fwp_vrestest1.c
fwp/tests/fwp_vrestest/fwp_vrestest2.c

index 4b9e07c8f5fcbbedd6b2dbb51e252690989059e4..1bbe9c0e885de7685e9d059e549159b1ff95d268 100644 (file)
@@ -1,3 +1,15 @@
+/**
+ * \file fwp_sendrecv_test1.c  
+ *
+ * This a test application that:
+ * - creates two vres without negotiation
+ * - creates send and receive endpoint 
+ * - binds that endpoint to vres
+ * - sends two messages
+ * - receives messages
+ * - destroys vres
+ *
+ */
 #define CONFIGURE_FWP_MNGT 0
 #include "fwp_confdefs.h"
 #include "fwp.h"
index c95d3d0c8dd51c82bb298155a91d28bb76347cae..233f4d07cf87dc37775ee1d368def60e98cf4126 100644 (file)
@@ -1,3 +1,15 @@
+/**
+ * \file fwp_sendrecv_test1.c  
+ *
+ * This a test application that:
+ * - creates vres without negotiation
+ * - creates reliable send endpoint
+ * - cretaes receiver thread and receive endpoint within it 
+ * - binds that endpoint to vres
+ * - sends two messages
+ * - receives messages
+ *
+ */
 #define CONFIGURE_FWP_MNGT 0
 #include "fwp_confdefs.h"
 #include "fwp.h"
index dc9029a9400ce40662845f9a9f2e738e7898febd..8882f360ab6f8a05e1393dc7e8e4c5a9ff6ea90c 100644 (file)
@@ -1,3 +1,15 @@
+/**
+ * \file fwp_vrestest1.c  
+ *
+ * This a test application that:
+ * - creates vres without negotiation
+ * - creates send and receive endpoint 
+ * - binds that endpoint to vres
+ * - in cycle (NUM loops) sends messages and prints send time
+ * - receives messages
+ * - destroys vres
+ *
+ */
 #define  CONFIGURE_FWP_MNGT 0
 #include "fwp_confdefs.h"
 #include "fwp.h"
index 1aed0e784633bc1e8907cfc5aaca442b5342ed79..e8520a1cdc41f02e490cc5be654f1edda96d6847 100644 (file)
@@ -1,3 +1,16 @@
+/**
+ * \file fwp_vrestest2.c  
+ *
+ * This a test application that:
+ * - creates vres without negotiation
+ * - creates send and receive endpoint 
+ * - binds that endpoint to vres
+ * - in cycle (NUM loops) sends messages in separate thread and 
+ *   prints send time
+ * - receives messages in separate receiver thread
+ * - destroys vres
+ *
+ */
 #define  CONFIGURE_FWP_MNGT 0
 #include "fwp_confdefs.h"
 #include "fwp.h"