REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
|
Loading...
Searching...
No Matches
entity.h
Go to the documentation of this file.
60bool write_classifier(const entities::EntityClassifier &classifier, const bus::addr_t target_address);
72 LOG(ANABRID_DEBUG_INIT, (std::string("Read classifier ") + classifier.to_string() + " at address " +
Definition EEPROM25AA02.h:14
Definition entity.h:32
bool write_entity_classifier(const entities::EntityClassifier &classifier) const
Definition entity.h:48
entities::EntityClassifier read_entity_classifier() const
Definition entity.h:36
@ I_BLOCK
@ U_BLOCK
@ CLUSTER
@ SH_BLOCK
@ CTRL_BLOCK
@ CARRIER
@ UNKNOWN
@ BACK_PANEL
@ M_BLOCK
@ FRONT_PANEL
@ T_BLOCK
@ C_BLOCK
entities::EntityClassifier read_classifier(bus::addr_t address)
Definition entity.cpp:3
LayoutVersion
This structure describes the 256 byte memory of the 25AA02E64 EEPROMs in Memory Version 1.
Definition entity.h:21
bool write_classifier(const entities::EntityClassifier &classifier, const bus::addr_t target_address)
Definition entity.cpp:8