Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Bezier_Trajectory_Follower Dolphin 2_131TEST Jerby ... more
Diff: ExperimentServer.h
- Revision:
- 7:405d66abdedf
- Parent:
- 6:760b0ac3df4e
- Parent:
- 5:195f5f47b56f
- Child:
- 10:20f31902ac9f
diff -r 760b0ac3df4e -r 405d66abdedf ExperimentServer.h --- a/ExperimentServer.h Thu Aug 13 20:06:37 2015 +0000 +++ b/ExperimentServer.h Thu Aug 13 20:09:42 2015 +0000 @@ -10,11 +10,14 @@ class ExperimentServer { public: + /** * Constructor. * * Constructs an empty experiment server. Server objects require additional * initialization before being used. + * Constructs an empty experiment server. Server objects require further + * initialization before use. */ ExperimentServer(); @@ -35,6 +38,7 @@ * subnet <tt>255.255.255.0</tt>, gateway <tt>192.168.1.1</tt>, port <tt>11223</tt>. */ void init(); + /** * Initialize the server with supplied configuration. *