KM3NeT CLB
2.0
KM3NeT CLB v2 Embedded Software
|
Implements search functionality for the self-describing bus. More...
Go to the source code of this file.
Macros | |
#define | E_SDB_MAGIC ( E_SDB + 0x01 ) |
Magic number incorrect. | |
#define | E_SDB_MAGIC_DESCR "SDB Magic Number" |
Functions | |
bool | sdbInit () |
Initializes the self-describing bus. More... | |
void * | sdbFindDevice (uint32_t id) |
Finds a device on the bus. More... | |
void | sdbDisplay () |
Dumps the contents of the SDB records to standard out. | |
Implements search functionality for the self-describing bus.
Definition in file sdb.h.
void* sdbFindDevice | ( | uint32_t | id | ) |