merged detFuncs for c and c++

This commit is contained in:
Erik Frojdh
2020-05-15 12:24:06 +02:00
parent ea7cc9db8c
commit 2c83abcac7
7 changed files with 23 additions and 405 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include "clogger.h"
#include "sls_detector_defs.h"
#include "sls_detector_funcs.h"
enum numberMode { DEC, HEX };
#define GOODBYE (-200)
@@ -11,7 +12,6 @@ int printSocketReadError();
void init_detector();
int decode_function(int);
const char *getRetName();
const char *getFunctionName(enum detFuncs func);
void function_table();
void functionNotImplemented();
void modeNotImplemented(char *modename, int mode);