QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
qserialport_posix.cpp File Reference
#include <QtCore/QDeadlineTimer>
#include <QtCore/QSocketNotifier>
#include <cerrno>
#include <cstring>
#include <fcntl.h>
#include <poll.h>
#include <sys/ioctl.h>
#include <termios.h>
#include <unistd.h>
#include "qserialport_p.h"
+ Include dependency graph for qserialport_posix.cpp:

Go to the source code of this file.

Namespaces

namespace  QT_BEGIN_NAMESPACE
 

Functions

speed_t QT_BEGIN_NAMESPACE::baudRateToSpeed (qint32 baudRate)
 
static bool setControlLine (int descriptor, int line, bool set)
 

Function Documentation

◆ setControlLine()

static bool setControlLine ( int  descriptor,
int  line,
bool  set 
)
static

Definition at line 401 of file qserialport_posix.cpp.