[CAM] Add service skeleton

This commit is contained in:
wheremyfoodat
2023-03-13 01:00:12 +02:00
parent b564029a8f
commit 5b9648e0a8
7 changed files with 63 additions and 5 deletions

View File

@@ -32,6 +32,7 @@ namespace Log {
static Logger<false> amLogger;
static Logger<false> aptLogger;
static Logger<false> bossLogger;
static Logger<false> camLogger;
static Logger<false> cecdLogger;
static Logger<false> cfgLogger;
static Logger<false> dspServiceLogger;
@@ -44,6 +45,7 @@ namespace Log {
static Logger<false> nimLogger;
static Logger<false> ndmLogger;
static Logger<false> ptmLogger;
static Logger<false> y2rLogger;
static Logger<false> srvLogger;
#define MAKE_LOG_FUNCTION(functionName, logger) \