#include <device.h>
Public Member Functions | |
| void | activate () |
| void | commit () |
| template<class U > | |
| double | get (U T::*field) |
| template<class U , class V > | |
| void | set (U T::*field, V value) |
| struct_interface (R r, W w) | |
Public Attributes | |
| bool | active |
| R | reader |
| T | struct_ |
| W | writer |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| bool rsimpl::struct_interface< T, R, W >::active |
| R rsimpl::struct_interface< T, R, W >::reader |
| T rsimpl::struct_interface< T, R, W >::struct_ |
| W rsimpl::struct_interface< T, R, W >::writer |