Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qdevicediscovery_vxworks.cpp File Reference

(fbd7c7c45af8102090cf9e606ade565e5357a220)

#include "qdevicediscovery_vxworks_p.h"
#include <QStringList>
#include <QCoreApplication>
#include <QObject>
#include <QHash>
#include <QDir>
#include <QLoggingCategory>
#include <QtCore/private/qcore_unix_p.h>
#include <evdevLib.h>
#include <fcntl.h>
Include dependency graph for qdevicediscovery_vxworks.cpp:

Go to the source code of this file.

Macros

#define LONG_BITS   (sizeof(long) * 8 )
#define LONG_FIELD_SIZE(bits)

Macro Definition Documentation

◆ LONG_BITS

#define LONG_BITS   (sizeof(long) * 8 )

Definition at line 17 of file qdevicediscovery_vxworks.cpp.

◆ LONG_FIELD_SIZE

#define LONG_FIELD_SIZE ( bits)
Value:
((bits / LONG_BITS) + 1)
#define LONG_BITS
GLenum GLint GLenum GLsizei GLsizei GLsizei GLint GLsizei const void * bits

Definition at line 18 of file qdevicediscovery_vxworks.cpp.