Now you can download a copy of these docs so you can use them offline! Download now
ConnectionMonitorThread Class Reference

#include <ConnectionMonitorThread.h>

Inheritance diagram for ConnectionMonitorThread:
Collaboration diagram for ConnectionMonitorThread:

Public Member Functions

 ConnectionMonitorThread (ConnectionAdapter &adapter, NetworkTableConnection &connection)
 
const NetworkTableConnectionGetNetworkTableConnection () const
 
void run ()
 

Detailed Description

A periodic thread that repeatedly reads from a connection

Author
Mitchell

Definition at line 26 of file ConnectionMonitorThread.h.

Constructor & Destructor Documentation

ConnectionMonitorThread::ConnectionMonitorThread ( ConnectionAdapter adapter,
NetworkTableConnection connection 
)

create a new monitor thread

Parameters
adapter
connection

Definition at line 12 of file ConnectionMonitorThread.cpp.

Member Function Documentation

void ConnectionMonitorThread::run ( )
virtual

the method that will be called periodically on a thread

Exceptions
InterruptedExceptionthrown when the thread is supposed to be interrupted and stop (implementers should always let this exception fall through)

Implements PeriodicRunnable.

Definition at line 16 of file ConnectionMonitorThread.cpp.


The documentation for this class was generated from the following files:

Generated on Sat Apr 26 2014 12:26:46 for WPILibC++ by doxygen 1.8.6