class testEventiterator: public Eventiterator

The testEventiterator creates Event objects with known properties from scratch.

Inheritance:


Public Methods

[more] testEventiterator()
The constructor.
[more] ~testEventiterator()
The destructor.
[more]Event* getNextEvent()
this member function creates returns a pointer to the Event object (this iterator does not become empty)


Inherited from Eventiterator:

Public Methods

ovirtual int* getNextEventData()


Documentation

The testEventiterator creates Event objects with known properties from scratch. The events contain 1 frame and 3 packets. The first 2 packets with id's 1001 and 1002 look like ADC's whose channel i contains the value i, which can be used to verify that a certain channel actually ends up where it should. The third packet 1003 has four channels which give values according to gaussian distributions with RMS 10,100,1000, and 10000, respectively.
o testEventiterator()
The constructor.

o ~testEventiterator()
The destructor.

oEvent* getNextEvent()
this member function creates returns a pointer to the Event object (this iterator does not become empty)


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.