![]() |
MiniballSort
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <iostream>#include <sys/types.h>#include <sys/shm.h>Go to the source code of this file.
Classes | |
| struct | s_buffer_header |
| class | DataSpy |
Macros | |
| #define | MAX_BUFFERS 128 |
| #define | MAX_ID 8 |
| #define | MAX_BUFFER_SIZE 64*1024 |
| #define | SHMSIZE 0x8020000 |
| #define | SHM_KEY 110205 /* base Key */ |
Typedefs | |
| typedef struct s_buffer_header | BUFFER_HEADER |
| #define MAX_BUFFER_SIZE 64*1024 |
Definition at line 35 of file DataSpy.hh.
Referenced by DataSpy::ReadWithSeq().
| #define MAX_BUFFERS 128 |
Definition at line 32 of file DataSpy.hh.
| #define MAX_ID 8 |
Definition at line 34 of file DataSpy.hh.
Referenced by DataSpy::Close(), DataSpy::Open(), and DataSpy::ReadWithSeq().
| #define SHM_KEY 110205 /* base Key */ |
Definition at line 38 of file DataSpy.hh.
| #define SHMSIZE 0x8020000 |
Definition at line 37 of file DataSpy.hh.
Referenced by DataSpy::Close(), and DataSpy::Open().
| typedef struct s_buffer_header BUFFER_HEADER |