1#ifndef OF_LIB_HUBBASE_HPP
2#define OF_LIB_HUBBASE_HPP
4#include <zephyr/device.h>
7#include <zephyr/logging/log.h>
16 template <
typename... Entries>
38 static_cast<T*
>(
this)->setup();
43 return static_cast<T*
>(
this)->name;
const char * getName() override
定义 HubBase.hpp:41
void init() override
定义 HubBase.hpp:36
virtual const char * getName()=0