*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->HP-UX 11i man pages              
Title
Content
Arch
Section
 
 tt_pattern_create(3) -- request a new pattern object
    The tt_pattern_create function requests a new pattern object. After receiving the pattern object, the application fills in the message pattern fields to indicate what type of messages the process wants to receive and then registers the pattern with the ToolTalk service. The application can supply multiple values for each attribute added to a pattern (although some attributes are set and can only h...
 tt_pattern_destroy(3) -- destroy a pattern object
    The tt_pattern_destroy function destroys a pattern object. Destroying a pattern object automatically unregisters the pattern with the ToolTalk service. The p argument is a unique handle for a message pattern. This handle is returned after tt_pattern_create(3) is called.
 tt_pattern_disposition_add(3) -- add a value to the disposition field for a pattern
    The tt_pattern_disposition_add function adds a value to the disposition field for the specified pattern. The p argument is a unique handle for a message pattern. This handle is returned after tt_pattern_create(3) is called. The r argument indicates whether an instance of the receiver is to be started to receive the message immediately, or whether the message is to be queued until the receiving pro...
 tt_pattern_file_add(3) -- add a value to the file field of a pattern
    The tt_pattern_file_add function adds a value to the file field of the specified pattern. The application can use this call to set individual files on individual patterns. The p argument is a unique handle for a message pattern. This handle is returned after tt_pattern_create(3) is called. The file argument is the name of the file of the specified pattern.
 tt_pattern_iarg_add(3) -- add a new integer argument to a pattern
    The tt_pattern_iarg_add function adds a new argument to a pattern and sets the value to a given integer. Add all arguments before the pattern is registered with the ToolTalk service. The m argument is the opaque handle for the pattern involved in this operation. The n argument specifies who (sender, handler, observers) writes and reads a message argument. The following modes are defined: TT_IN The...
 tt_pattern_icontext_add(3) -- add an integer value to the values of this pattern's context
    The tt_pattern_icontext_add function adds an integer value to the values of this pattern's context. The p argument is the opaque handle for the pattern involved in this operation. The slotname argument describes the slotname in this pattern. The value argument is the value to be added.
 tt_pattern_object_add(3) -- add a value to the object field of a pattern
    The tt_pattern_object_add function adds a value to the object field of the specified pattern. The p argument is a unique handle for a message pattern. This handle is returned after tt_pattern_create(3) is called. The objid argument is the identifier for the specified object. Both tt_spec_createRETURN VALUE    RETURN VALUE    [Toc]    
 tt_pattern_opnum_add(3) -- add an operation number to a pattern
    The tt_pattern_opnum_add function adds an operation number to the specified pattern. The p argument is a unique handle for a message pattern. This handle is returned after tt_pattern_create(3) is called. The opnum argument is the operation number to be added.
 tt_pattern_op_add(3) -- add a value to the operation field of a pattern
    The tt_pattern_op_add function adds a value to the operation field of the specified pattern. The p argument is a unique handle for a message pattern. This handle is returned after tt_pattern_create(3) is called. The opname argument is the name of the operation the process can perform.
 tt_pattern_otype_add(3) -- add a value to the object type field for a pattern
    The tt_pattern_otype_add function adds a value to the object type field for the specified pattern. The p argument is a unique handle for a message pattern. This handle is returned after tt_pattern_create(3) is called. The otype argument is the name of the object type the application manages.
 tt_pattern_print(3) -- format a pattern
    The tt_pattern_print function formats a pattern in the same way a message is formatted for the ttsession(1) trace and returns a string containing it. The p argument is the pattern to be formatted.
 tt_pattern_register(3) -- register a pattern with the ToolTalk service
    The tt_pattern_register function registers a pattern with the ToolTalk service. When the process is registered, it will start receiving messages that match the specified pattern. Once a pattern is registered, no further changes can be made in the pattern. When the process joins a session or file, the ToolTalk service updates the file and session field of its registered patterns. The p argument is ...
 tt_pattern_scope_add(3) -- add a value to the scope field for a pattern
    The tt_pattern_scope_add function adds a value to the scope field for the specified pattern. The p argument is a unique handle for a message pattern. This handle is returned after tt_pattern_create(3) is called. The s argument specifies what processes are eligible to receive the message. The following values are defined: TT_SESSION All processes joined to the indicated session are eligible. TT_FIL...
 tt_pattern_sender_add(3) -- add a value to the sender field for a pattern
    The tt_pattern_sender_add function adds a value to the sender field for the specified pattern. The p argument is a unique handle for a message pattern. This handle is returned after tt_pattern_create(3) is called. The procid argument is the character value that uniquely identifies the process of interest.
 tt_pattern_sender_ptype_add(3) -- add a value to the sending process's ptype field for a pattern
    The tt_pattern_sender_ptype_add function adds a value to the sending process's ptype field for the specified pattern. The p argument is a unique handle for a message pattern. This handle is returned after tt_pattern_create(3) is called. The ptid argument is the character string that uniquely identifies the type of process in which the application is interested.
<<  [Prev]  129  130  131  132  133  134  135  136  137  138  139  140  141  142  143  144  145  146  147  148  149  
150  151  152  153  154  155  156  157  158  159  160  161  162  163  164  165  166  167  168  169  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service