17 #include "fifoInterface.h" 33 bool close()
override;
bool close() override
Closes FIFO file and stops listening for events.
Definition: stubFifo.cpp:32
const QString mFileName
Definition: stubFifo.h:37
QString fileName() override
Returns file name of a FIFO file.
Definition: stubFifo.cpp:38
StubFifo(const QString &fileName)
Constructor.
Definition: stubFifo.cpp:21
Empty implementation of Linux FIFO. Does not emit any events, only logs operations.
Definition: stubFifo.h:23
Definition: brickFactory.h:21
Abstraction of Linux FIFO used to receive events. To write to FIFO, use OutputDeviceFileInterface.
Definition: fifoInterface.h:23
bool open() override
Opens FIFO file and starts listening for events.
Definition: stubFifo.cpp:26