#include <l4/rt_mon/types.h>
Go to the source code of this file.
Functions | |
| int | rt_mon_request_ds (void **p, const char *name) |
| Request and open a sensor at coordinator, attach its memory. | |
| int | rt_mon_release_ds (int fd) |
| Release and close sensors, detache its memory. | |
| int rt_mon_release_ds | ( | int | fd | ) |
Release and close sensors, detache its memory.
| fd | file descriptor to release |
| int rt_mon_request_ds | ( | void ** | p, | |
| const char * | name | |||
| ) |
Request and open a sensor at coordinator, attach its memory.
| p | pointer to attached memory reagion |
| name | filename of the sensor to request |
1.5.6