tifAttachEvent

Section: Devices and Network Interfaces (4)
Updated: 2012-04-23 10:10
Index Return to man pages list
 

NAME

tifAttachEvent, tifDetachEvent - TCS Database Event Library

 

SYNOPSIS


include <tif.h>
ccsCOMPL_STAT tifAttachEvent(char *nameIndex, evtEVENT_ID *eventId,
                             ccsERROR *error = NULL)
ccsCOMPL_STAT tifDetachEvent(evtEVENT_ID *eventId, ccsERROR *error = NULL)

 

DESCRIPTION


The TCS Database Event Library provides a mechanism to attach to a
certain functional event, from the users point of view. Internally
the functional event is connected to the change of a database value
under a specific filtering. The mechanism is based on the CCS event
system, i.e. the user process is notified of an event by a message
of type msgTYPE_EVENT, see the CCS User Manual for more details.

tifAttachEvent attaches an event
tifDetachEvent detaches an event

nameIndex <IN>  specifies a functional event. String identification names
                for all events are defined in the tif.h header file.
eventId   <OUT> event identifier structure (see the CCS User Manual)
error     <OUT> error stack. If NULL is passed the default eccs error
                stack is used.

 

ENVIRONMENT


TCS_ENVNAME specifies the environment in which TCS runs
TCS_DBPOINT specifies the root point of the TCS database branch

 

RETURN VALUES


SUCCESS if everything ok
FAILURE if any error occured*

 

SEE ALSO


evtAttach, evtDetach



 

Index

NAME
SYNOPSIS
DESCRIPTION
ENVIRONMENT
RETURN VALUES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 10:10:00 GMT, April 23, 2012