added logger
triing to add logger and some queue features (main loop can send and retrieve items form queue based on schedule and communication with dekstop interface)
This commit is contained in:
7
src/client_backend/local_com.h
Normal file
7
src/client_backend/local_com.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include <iostream>
|
||||
#include <cstdio>
|
||||
#include "queue_ctrl.h"
|
||||
#include "well_known.h"
|
||||
|
||||
int check_for_com_tasks(const char* com_name, const char* com_path);
|
||||
Reference in New Issue
Block a user