set the flags for a data server variable
#include <ds.h> int ds_flags( ds_t dsdes, char *variable_name, char flags );
The ds_flags() function changes the state of the flags belonging to the variable called variable_name on the data server identified by dsdes. The following flag constant is defined:
QNX
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | Yes, but modifies errno |
Thread | Yes |