RTXI  3.0.0
The Real-Time eXperiment Interface Reference Manual
Data Structures | Namespaces | Variables
fifo_xenomai.cpp File Reference
#include <filesystem>
#include "fifo.hpp"
#include <alchemy/pipe.h>
#include <fcntl.h>
#include <poll.h>
#include <sys/eventfd.h>
#include <unistd.h>
#include "debug.hpp"
Include dependency graph for fifo_xenomai.cpp:

Go to the source code of this file.

Data Structures

class  RT::OS::xenomaiFifo
 

Namespaces

 RT
 
 RT::OS
 

Variables

int FIFO_COUNT = 0
 
constexpr std::string_view pipe_filesystem_prefix
 

Variable Documentation

◆ FIFO_COUNT

int FIFO_COUNT = 0

Definition at line 33 of file fifo_xenomai.cpp.

◆ pipe_filesystem_prefix

constexpr std::string_view pipe_filesystem_prefix
constexpr
Initial value:
=
"/proc/xenomai/registry/rtipc/xddp/"

Definition at line 34 of file fifo_xenomai.cpp.