TwiceAsNice  2019-02-18
Classes | Namespaces | Macros
lffde1N.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <pthread.h>
#include <semaphore.h>
#include <sys/types.h>
#include <sys/shm.h>
#include <sys/ipc.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/mman.h>
#include <mqueue.h>
#include <errno.h>
#include <cassert>
#include <string>
#include <iostream>
Include dependency graph for lffde1N.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  lffts::TMSG
 
struct  lffts::TFDE_INFO
 
class  lffts::CFDEChannel< T >
 

Namespaces

 lffts
 

Macros

#define SVSHM_MODE   (SHM_R | SHM_W | SHM_R>>3 | SHM_R>>6)
 
#define FILE_MODE   (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)
 

Macro Definition Documentation

◆ FILE_MODE

#define FILE_MODE   (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)

◆ SVSHM_MODE

#define SVSHM_MODE   (SHM_R | SHM_W | SHM_R>>3 | SHM_R>>6)