ds_register()

register an application with the data server

Synopsis:

#include <ds.h>

int ds_register( void );

Description:

The ds_register() function registers your application with the data server. The data server must reside on the same node as your application.

Returns:

A data server descriptor, or -1 if an error occurs (errno is set).

Examples:

See the Writing Data Server Applications chapter.

Classification:

QNX

Safety:
Interrupt handler No
Signal handler Yes, but modifies errno
Thread Yes

See also:

ds_deregister()