register an application with the data server
#include <ds.h> int ds_register( void );
The ds_register() function registers your application with the data server. The data server must reside on the same node as your application.
A data server descriptor, or -1 if an error occurs (errno is set).
See the Writing Data Server Applications chapter.
QNX
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | Yes, but modifies errno |
Thread | Yes |