#include <UdpLoggingServer.h>
Public Member Functions | |
UdpLoggingServer (const QString &db_filename) | |
virtual | ~UdpLoggingServer () |
Private Slots | |
void | processPendingDatagrams () |
Private Attributes | |
QSqlDatabase | m_db |
QUdpSocket * | m_udp_socket |
Definition at line 30 of file UdpLoggingServer.h.
UdpLoggingServer::UdpLoggingServer | ( | const QString & | db_filename | ) |
Definition at line 32 of file UdpLoggingServer.cpp.
|
virtual |
Definition at line 65 of file UdpLoggingServer.cpp.
|
privateslot |
Definition at line 69 of file UdpLoggingServer.cpp.
|
private |
Definition at line 43 of file UdpLoggingServer.h.
|
private |
Definition at line 42 of file UdpLoggingServer.h.