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:52 2007
libRASCH: signal Struct Reference

signal Struct Reference

contains infos for a signal More...

Collaboration diagram for signal:

Collaboration graph
[legend]

Data Fields

char name [MAX_SIGNAL_NAME]
int num_slots
slot_infoslot

Detailed Description

Parameters:
<name> name of the signal
<num_slots> number of registered slots (destinations)
<slot> registered slots

Definition at line 53 of file ra_pl_comm.h.


Field Documentation

char signal::name[MAX_SIGNAL_NAME]
 

Definition at line 55 of file ra_pl_comm.h.

Referenced by add_signal(), find_signal(), and ra_comm_del().

int signal::num_slots
 

Definition at line 57 of file ra_pl_comm.h.

Referenced by add_signal(), find_slot(), ra_comm_add(), ra_comm_del(), and ra_comm_emit().

struct slot_info* signal::slot
 

Definition at line 58 of file ra_pl_comm.h.

Referenced by add_signal(), find_slot(), ra_comm_add(), and ra_comm_emit().


The documentation for this struct was generated from the following file:
Generated on Fri May 27 11:34:10 2005 for libRASCH by  doxygen 1.4.2