Midge
v3.9.2
Data Processing Framework
|
#include <random>
#include <cmath>
#include <unistd.h>
#include <mutex>
#include <thread>
#include "message_logger.hh"
#include "midge_error.hh"
#include "types.hh"
Go to the source code of this file.
Classes | |
class | stream |
class | read_stream< x_type > |
class | write_stream< x_type > |
class | buffer< x_type > |
class | buffer< x_type >::buffer_write_stream |
class | buffer< x_type >::buffer_read_stream |
class | writer |
class | reader |
Namespaces | |
midge | |
midge::test | |
Functions | |
message_declare (testmsg) message_define(testmsg | |
real_t * | new_real () |
enum_t * | new_state () |
int | main () |
Variables | |
test | |
int main | ( | ) |
Definition at line 466 of file test_buffer.cc.
message_declare | ( | testmsg | ) |
test |
Definition at line 14 of file test_buffer.cc.