EMIPLIB
|
#include "mipconfig.h"
#include "miptypes.h"
#include <jthread/jmutex.h>
#include <list>
#include <vector>
Go to the source code of this file.
Classes | |
class | MIPStreamBuffer |
This class represents a thread-safe buffer to which data can be written and from which the same data can be read again, making it well suited to safely pass data between threads. More... |