#include "unify.h"
int Create_Sequencer(int seq_type);
Create_Sequencer(3) creates a new sequencer of type specified by seq_type with an initial count of 0. Type can be SEQUENTIAL_TICKETS or RANDOM_TICKETS. Random tickets are generated in increasing order
On successful completion Create_Sequencer(3) returns the
sequencer identifier for the newly created sequencer. Otherwise, a
value of -1 is returned.
An error may occur if insufficient resources are available to create the sequencer.
Destroy_Sequencer(3), Event Counters and Sequencers(3), unifyintro(3)