Files
ma/src/client_backend/local_com.h
jakani24 a7e323618c 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)
2023-12-23 20:15:44 +01:00

7 lines
168 B
C++

#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);