REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
entity.cpp
Go to the documentation of this file.
1#include "entity_manager.h"
2#include <entity/base.h>
3#include <entity/entity.h>
4
5entities::EntityClassifier metadata::read_classifier(const bus::addr_t address) {
7}
8
9bool metadata::write_classifier(const entities::EntityClassifier &classifier,
10 const bus::addr_t target_address) {
11 return true;
12}
13
14metadata::eui_t metadata::read_eui(bus::addr_t address) { return {}; }
EntityClassifier read_classifier(bus::addr_t address)
EntityManager_ EntityManager