#include "stdafx.h"
#include "MousePipe.h"
Go to the source code of this file.
Defines | |
#define | BUFFER_LIES_INT_FACTOR 7 |
#define | QUEUE_LENGTH 4 |
#define | BUFFER_SIZE sizeof(mouseMessage) * QUEUE_LENGTH * BUFFER_LIES_INT_FACTOR |
Definition in file MousePipe.cpp.
|
For some reason I couldn't get buffer sizes to play nice (maybe the data written to the pipe consists of more than the actual message). Definition at line 14 of file MousePipe.cpp. |
|
The size of the buffer required to store the queue on the pipe. Definition at line 24 of file MousePipe.cpp. Referenced by MousePipe::MousePipe(). |
|
The maximum number of messages that can be queued. Definition at line 19 of file MousePipe.cpp. Referenced by MousePipe::serve(). |