fixed displays
This commit is contained in:
@@ -14,7 +14,7 @@ namespace flippR_driver
|
||||
{
|
||||
namespace utility
|
||||
{
|
||||
class InputSocketHandler : public SocketHandler, IEventHandler
|
||||
class InputSocketHandler : public SocketHandler, public IEventHandler
|
||||
{
|
||||
public:
|
||||
explicit InputSocketHandler(boost::asio::io_service &service, std::string socket_file = "/var/run/user/" + std::to_string(getuid())
|
||||
|
||||
5
FlippR-Driver/src/utility/OutputSocketHandler.cpp
Normal file
5
FlippR-Driver/src/utility/OutputSocketHandler.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
//
|
||||
// Created by rhetenor on 11.12.18.
|
||||
//
|
||||
|
||||
#include "OutputSocketHandler.h"
|
||||
21
FlippR-Driver/src/utility/OutputSocketHandler.h
Normal file
21
FlippR-Driver/src/utility/OutputSocketHandler.h
Normal file
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// Created by rhetenor on 11.12.18.
|
||||
//
|
||||
|
||||
#ifndef FLIPPR_DRIVER_OUTPUTSOCKETHANDLER_H
|
||||
#define FLIPPR_DRIVER_OUTPUTSOCKETHANDLER_H
|
||||
|
||||
namespace flippR_driver
|
||||
{
|
||||
namespace utility
|
||||
{
|
||||
|
||||
class OutputSocketHandler : public SocketHandler
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif //FLIPPR_DRIVER_OUTPUTSOCKETHANDLER_H
|
||||
@@ -16,3 +16,5 @@
|
||||
#define INPUT_SLEEP_DURATION_NANO 800
|
||||
|
||||
#define PULLDOWN false
|
||||
|
||||
#define DISPLAY_SLEEP_TIME_MILLISECONDS 1
|
||||
|
||||
Reference in New Issue
Block a user