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_ev_insert

ra_ev_insert

Name

ra_ev_insert --  insert an event

Synopsis

LIBRAAPI long ra_ev_insert (evset_handle seth, long pos, long start, long end);

Arguments

seth

event-set handle

pos

position of event

start

start of event

end

end of event

Description

This function adds the event on position pos to an event-set evsh. If it is a continues event, the start- and end-position (start and end) will be set also.

source file

event.c