TUM-Logo

libRASCH

 

Home
 

General

About libRASCH/News
Design
Screen shots
Sample programs (with source code)
License
 

Download

libRASCH
Tools
 

Documentation

User
Developer
 

Resources

Mailing list
Supported Formats
Plugins
Status
Links
 
Contact
About this site
 
Last updated
Tue Mar 27 23:03:50 2007
ra_comm_add

ra_comm_add

Name

ra_comm_add --  add a signal receiver

Synopsis

LIBRAAPI int ra_comm_add (meas_handle mh, plugin_handle p, dest_handle dh, const char * sig_name);

Arguments

mh

measurement handle

p

plugin handle

dh

destination handle

sig_name

name of the signal

Description

This function adds a new signal receiver p and dh for the signal sig_name to the inter-plugin-communication. Whenever the signal sig_name is emitted, the signal will be send to the plugin p. The plugin-instance will be identified with the help of dh.

source file

pl_comm.c