#include <displaypipe.h>
Inheritance diagram for simthlib::DisplaypipeSeqT< seqT >:
Public Member Functions | |
DisplaypipeSeqT (int deviceID, simth::DeviceSystemIntf *system, const simth::PropertyList &pl) | |
DisplaypipeSeqT (int deviceID, simth::DeviceSystemIntf *system, const simth::PropertyList &pl, Displaypipe::View_Mode vMode, Displaypipe::Interface_Mode iMode) | |
DisplaypipeSeqT (int deviceID, simth::DeviceSystemIntf *system, const simth::PropertyList &pl, int zWidth, int increment, int delayInSeconds, Displaypipe::Interface_Mode iMode) | |
~DisplaypipeSeqT () | |
virtual void | process () |
void | print (std::ostream &os) const |
Protected Member Functions | |
std::string | filenameIntf (int interfaceNumber) const |
Protected Attributes | |
View_Mode | vMode |
Interface_Mode | iMode |
unsigned | iports |
Number of input ports. | |
Related Functions | |
(Note that these are not member functions.) | |
propertylist_DisplaypipeSeqT | IntSeq (not_a_function) |
Unlike with the parent class this class implements the pure virtual function process() of the base class simth::Device. Hence, this class has to be used to make an instance of a display pipe where the type of the input sequences is specified by the template argument.
For docs see parent class.
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from simthlib::Displaypipe. |
|
Implements simth::Device. |
|
-IntSeq. These are the properties of class DisplaypipeSeqT-IntSeq. . This list is auto-generated from the XML-Devicelist of this device by means of an XSLT transformation script. Description of this device in the XML file: Implementation class for an on-line display, i.e. an animation, of continuously updated sequences. Note that this class also has the Properties of its base classes. The direct base class is simthlib::Displaypipe ; direct link to its propertylist should be propertylist_Displaypipe(). The list below usually includes the properties that have been inherited from the base classes; the properties which belong only to this class can be found at the end of this list. |
|
|
|
Number of input ports.
|
|
|