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_emit

ra_comm_emit

Name

ra_comm_emit --  emits a signal

Synopsis

LIBRAAPI void ra_comm_emit (meas_handle mh, const char * sender, const char * sig_name, int num_para, struct comm_para * para);

Arguments

mh

measurement handle

sender

name of the sender (needed for debug, can be NULL)

sig_name

name of the signal

num_para

number of signal parameters

para

signal parameters

Description

This function emits the signal sig_name wit num_para parameters.

source file

pl_comm.c