plptools
Loading...
Searching...
No Matches
datalink.h File Reference
#include "config.h"
#include <condition_variable>
#include <stdio.h>
#include <pthread.h>
#include <mutex>
#include "bufferstore.h"
#include "bufferarray.h"
Include dependency graph for datalink.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DataLink
 Thread-safe class responsible for managing the underlying serial device and data link framing. More...
 

Functions

static void * data_pump_thread (void *)
 

Function Documentation

◆ data_pump_thread()

static void * data_pump_thread ( void *  )
static

Definition at line 68 of file datalink.cc.