botsense  3.2.0
RoadNarrows Client-Server Proxied Services Framework
qModExamples.doxy
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////////////
2 //
3 // Package: BotSense
4 //
5 // File: qModExamples.doxy
6 //
7 // Description:
8 // This file contains the doxygen directives to generate the examples
9 // pages found in the "Related Pages" document section.
10 //
11 ////////////////////////////////////////////////////////////////////////////////
12 
13 /*! \file */
14 
15 /*!
16  * \defgroup examples Example Clients
17  * \{
18  */
19 
20 /*!
21  * \ingroup examples
22  * \defgroup example_loopback loopback.sh
23  * \{
24  * The loopback.sh bash script illustrates a simple loopback with the bsproxy
25  * server.
26  *
27  * \include examples/unittest/loopback.sh
28  * \}
29  */
30 
31 /*!
32  * \ingroup examples
33  * \defgroup example_ut bsUnitTest
34  * \{
35  * The bsUnitTest.py python script provides an interactive, command-line
36  * unit test of the bsproxy server, libbotsense library, and the BotSense
37  * python package.
38  *
39  * \}
40  */
41 
42 /*!
43  * \ingroup examples
44  * \defgroup example_lt bsLoadTest
45  * \{
46  * The <b>bsLoadTest</b> client load tests the bsProxy server and the
47  * libbotsense library.
48  *
49  * \}
50  */
51 
52 /* \} */