Xenomai
3.0.5
|
Device context. More...
Data Fields | |
struct rtdm_device * | device |
Set of active device operation handlers. More... | |
char | dev_private [0] |
Begin of driver defined context data structure. | |
Device context.
A device context structure is associated with every open device instance. RTDM takes care of its creation and destruction and passes it to the operation handlers when being invoked.
Drivers can attach arbitrary data immediately after the official structure. The size of this data is provided via rtdm_driver.context_size during device registration.
struct rtdm_device* rtdm_dev_context::device |
Set of active device operation handlers.
Reference to owning device