Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/network/src/lib/network/connection_monitor.h @ 5547

Last change on this file since 5547 was 5547, checked in by snellen, 19 years ago

synchronizeable.cc, synchronizeable.h updated

File size: 356 bytes
Line 
1/*!
2 * @file connection_monitor.h
3    \brief provides information about the quality of a connection.
4
5
6
7class ConnectionMonitor
8{
9        public:
10                        ConnectionMonitor();
11                        ~ConnectionMonitor();
12                        NetworkStream& networkStream;
13
14        private:
15
16 NetworkStream&         networkStream;
17
18};
19*/
Note: See TracBrowser for help on using the repository browser.