SatNOGS-COMMS  4.1.0
A COMMS subsystem for CubeSats
Loading...
Searching...
No Matches
logger.cpp File Reference
#include "logger.hpp"
#include "bsp/bsp.hpp"
#include "callbacks.hpp"
#include "scoped_lock.hpp"
#include "storage.hpp"
#include "version.hpp"
#include <cstring>
#include <etl/error_handler.h>
#include <etl/string_stream.h>
#include <etl/to_string.h>
#include <satnogs-comms-lib/board.hpp>
#include <zephyr/device.h>
#include <zephyr/devicetree.h>
#include <zephyr/drivers/uart.h>
#include <zephyr/fs/fs.h>
#include <zephyr/retention/retention.h>
#include <zephyr/task_wdt/task_wdt.h>
#include "time.hpp"

Go to the source code of this file.

Namespaces

namespace  satnogs
namespace  satnogs::comms

Functions

 LOG_MODULE_REGISTER (satnogscomms, CONFIG_LOG_DEFAULT_LEVEL)

Variables

etl::string< CONFIG_LOG_MAX_MSG_LEN > satnogs::comms::retentained_mem_str

Function Documentation

◆ LOG_MODULE_REGISTER()

LOG_MODULE_REGISTER ( satnogscomms ,
CONFIG_LOG_DEFAULT_LEVEL  )