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)
7 lines
168 B
C++
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); |