Qt 4.8
Macros
qbbnavigatoreventnotifier.cpp File Reference
#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
 

Macro Definition Documentation

◆ NAV_CONTROL_PATH

#define NAV_CONTROL_PATH   "/pps/services/navigator/control"

Definition at line 60 of file qbbnavigatoreventnotifier.cpp.

Referenced by QBBNavigatorEventNotifier::start().

◆ PPS_BUFFER_SIZE

#define PPS_BUFFER_SIZE   4096

Definition at line 61 of file qbbnavigatoreventnotifier.cpp.

Referenced by QBBNavigatorEventNotifier::readData().