|
plptools
|
#include "config.h"#include <condition_variable>#include <stdio.h>#include <pthread.h>#include <mutex>#include "bufferstore.h"#include "bufferarray.h"

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 *) |
|
static |
Definition at line 68 of file datalink.cc.