Top Up Prev Next Bottom Contents Index Search

14.1 Class EGArc

Class EGArc contains the information of (1) sample rate of the arc and (2) the initial delay on the arc.

EGArc(int arc_samples, int arc_delay); 
The constructor requires two arguments for sample rate and the number of initial delays on the arc.

int samples(); 
int delay();
These functions return the sample rate of the arc, and the initial delay on the arc. We can increase the sample rate of the arc using the following method

void addSamples(int increments); 
There is no protected members in Class EGArc.



Top Up Prev Next Bottom Contents Index Search

ptolemy@eecs.berkeley.edu
Copyright © 1990-1997, University of California. All rights reserved.