Delete a data server variable
#include <ds.h> int ds_clear( ds_t dsdes, const char* variable_name );
libds
Use the -l ds option to qcc to link against this library.
The ds_clear() function deletes variable_name from the data server identified by dsdes.
See slinger in the Utilities Reference.
Safety: | |
---|---|
Cancellation point | Yes |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |