#include <string.h>
#include <pthread.h>
#include <unistd.h>
#include <stdio.h>
#include "protocol.h"
#include "buffer.h"
#include "generic.h"
#include "databaseAccess.h"
Go to the source code of this file.
Variables | |
Buffer* | matrixBufIn = 0 |
The buffer the matrixThread reads from (created in main to avoid sync-problems). More... |
|
The buffer the matrixThread reads from (created in main to avoid sync-problems).
Definition at line 52 of file databaseAccess.cpp.