Qt 4.8
|
#include "qbbnavigatoreventnotifier.h"
#include "qbbnavigatoreventhandler.h"
#include <QtCore/private/qcore_unix_p.h>
#include <QByteArray>
#include <QList>
#include <QDebug>
#include <QSocketNotifier>
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
Go to the source code of this file.
Macros | |
#define | NAV_CONTROL_PATH "/pps/services/navigator/control" |
#define | PPS_BUFFER_SIZE 4096 |
#define NAV_CONTROL_PATH "/pps/services/navigator/control" |
Definition at line 60 of file qbbnavigatoreventnotifier.cpp.
Referenced by QBBNavigatorEventNotifier::start().
#define PPS_BUFFER_SIZE 4096 |
Definition at line 61 of file qbbnavigatoreventnotifier.cpp.
Referenced by QBBNavigatorEventNotifier::readData().