11#include "daq/slc/system/FileDescriptor.h"
22 class Fifo :
public FileDescriptor {
25 static Fifo mkfifo(
const std::string& path);
32 void open(
const std::string& path,
33 const std::string& mode =
"r");
34 void unlink(
const std::string& path);
35 virtual size_t write(
const void* v,
size_t count);
36 virtual size_t read(
void* v,
size_t count);
22 class Fifo :
public FileDescriptor {
…};
Abstract base class for different kinds of events.