Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

simthlib::Filepipe< T > Class Template Reference

#include <miscdevices.h>

Inheritance diagram for simthlib::Filepipe< T >:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 Filepipe (int deviceID, simth::DeviceSystemIntf *system, const simth::PropertyList &pl)
virtual void updateInputLengths ()
virtual void updateOutputLengths ()
virtual void process ()
void refresh ()
void print (std::ostream &os) const

Related Functions

(Note that these are not member functions.)

 propertylist_Filepipe (not_a_function)

Detailed Description

template<class T>
class simthlib::Filepipe< T >

This class writes the input into a file.


Constructor & Destructor Documentation

template<class T>
simthlib::Filepipe< T >::Filepipe int  deviceID,
simth::DeviceSystemIntf system,
const simth::PropertyList pl
 


Member Function Documentation

template<class T>
void simthlib::Filepipe< T >::print std::ostream &  os  )  const [virtual]
 

Reimplemented from simth::Device.

template<class T>
virtual void simthlib::Filepipe< T >::process  )  [virtual]
 

Implements simth::Device.

template<class T>
void simthlib::Filepipe< T >::refresh  )  [virtual]
 

Reimplemented from simth::Device.

template<class T>
virtual void simthlib::Filepipe< T >::updateInputLengths  )  [virtual]
 

Implements simth::Device.

template<class T>
virtual void simthlib::Filepipe< T >::updateOutputLengths  )  [virtual]
 

Implements simth::Device.


Friends And Related Function Documentation

template<class T>
propertylist_Filepipe not_a_function   )  [related]
 

These are the properties of class Filepipe . 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: This class writes the input into a file.

Note that this class also has the Properties of its base classes. The direct base class is simth::Device ; direct link to its propertylist should be propertylist_Device(). 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.

output_file
<string>, default "" -- The filename where the data should be written into.

save_only_first
<bool>, default "true" -- If true (default), then only the first sequence should be saved. If false, then the full data during the whole simulation will be saved -- watch out: This will result in a *lot* of data.

refresh
<string>, default "" -- If set, the name of the refresh loop variable, if the first_sequence variable should be reset by a control loop.

3 properties in this class.


Generated on Tue Aug 9 14:38:31 2005 for simtheticlib by  doxygen 1.4.1