MiniballSort
Loading...
Searching...
No Matches
DataSpy.hh File Reference
#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
 

Macro Definition Documentation

◆ MAX_BUFFER_SIZE

#define MAX_BUFFER_SIZE   64*1024

Definition at line 35 of file DataSpy.hh.

Referenced by DataSpy::ReadWithSeq().

◆ MAX_BUFFERS

#define MAX_BUFFERS   128

Definition at line 32 of file DataSpy.hh.

◆ MAX_ID

#define MAX_ID   8

Definition at line 34 of file DataSpy.hh.

Referenced by DataSpy::Close(), DataSpy::Open(), and DataSpy::ReadWithSeq().

◆ SHM_KEY

#define SHM_KEY   110205 /* base Key */

Definition at line 38 of file DataSpy.hh.

◆ SHMSIZE

#define SHMSIZE   0x8020000

Definition at line 37 of file DataSpy.hh.

Referenced by DataSpy::Close(), and DataSpy::Open().

Typedef Documentation

◆ BUFFER_HEADER