RTXI 3.0.0 The Real-Time eXperiment Interface Reference Manual |
#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"
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 |
int FIFO_COUNT = 0 |
Definition at line 33 of file fifo_xenomai.cpp.
| constexpr |
Definition at line 34 of file fifo_xenomai.cpp.