ChibiOS/RT  6.0.3
ch_registered_static_object Struct Reference

Type of a registered object. More...

#include <chfactory.h>

Collaboration diagram for ch_registered_static_object:
Collaboration graph

Data Fields

dyn_element_t element
 List element of the registered object. More...
 
void * objp
 Pointer to the object. More...
 

Detailed Description

Type of a registered object.

Definition at line 196 of file chfactory.h.

Field Documentation

dyn_element_t ch_registered_static_object::element

List element of the registered object.

Definition at line 200 of file chfactory.h.

Referenced by chFactoryFindObjectByPointer(), and chFactoryReleaseObject().

void* ch_registered_static_object::objp

Pointer to the object.

Note
The type of the object is not stored in anyway.

Definition at line 205 of file chfactory.h.

Referenced by chFactoryFindObjectByPointer(), chFactoryGetObject(), and chFactoryRegisterObject().