#include "IService.h"
#include <cstddef>
Go to the source code of this file.
◆ CDC_PROVIDE_SERVICE
| #define CDC_PROVIDE_SERVICE |
( |
| type, |
|
|
| ptr ) |
Value:
bool provide(ServiceType type, T *service)
static ServiceRegistry & instance()
Returns singleton service registry instance.
Definition at line 147 of file ServiceRegistry.h.
◆ CDC_REQUEST_SERVICE
| #define CDC_REQUEST_SERVICE |
( |
| type, |
|
|
| T ) |
◆ CDC_SERVICE
| #define CDC_SERVICE |
( |
| type, |
|
|
| name ) |
Value:
char name[cdc::hal::ISecureElement::RMEM_NAME_LEN]
T * get(const char *name)
Definition at line 144 of file ServiceRegistry.h.