#include <Simulate.hpp>


| Public Member Functions | |
| virtual SimulateSharedPtr | newSimulatePtr (const std::string &inName, const std::vector< PortListAliasSharedPtr > &inPortListAliases, const std::vector< ApplySharedPtr > &inAllApply, const std::vector< WaveValueSharedPtr > &inWaveValues, const ViewSharedPtr &inView, const std::string &inOriginalName=std::string(), const InterfaceAttributesSharedPtr &inInterfaceAttributes=InterfaceAttributesSharedPtr()) throw (Error) | 
Definition at line 66 of file Simulate.hpp.
| SimulateSharedPtr torc::generic::Simulate::Factory::newSimulatePtr | ( | const std::string & | inName, | |
| const std::vector< PortListAliasSharedPtr > & | inPortListAliases, | |||
| const std::vector< ApplySharedPtr > & | inAllApply, | |||
| const std::vector< WaveValueSharedPtr > & | inWaveValues, | |||
| const ViewSharedPtr & | inView, | |||
| const std::string & | inOriginalName = std::string(), | |||
| const InterfaceAttributesSharedPtr & | inInterfaceAttributes = InterfaceAttributesSharedPtr() | |||
| ) | throw (Error)  [virtual] | 
Create a simulate.
| [in] | inName | Name of the simulate to be created. | 
| [in] | inPortListAliases | Vector of port list aliases to this simulate. | 
| [in] | inAllApply | Vector of apply to this simulate. | 
| [in] | inWaveValues | Vector of WaveValues to this simulate. | 
| [in] | inView | Pointer to parented (view) object. | 
| [in] | inOriginalName | Original name of the simulate [optional]. | 
| [in] | inInterfaceAttributes | Pointer to parented (InterfaceAttributes) object [optional]. If mentioned then this will decompile within (contents ...) construct. | 
| [in] | inName | Name of the simulate to be created. | 
| [in] | inPortListAliases | Vector of port list aliases to this simulate. | 
| [in] | inAllApply | Vector of apply to this simulate. | 
| [in] | inWaveValues | Vector of WaveValues to this simulate. | 
| [in] | inView | Pointer to parented (view) object. | 
| [in] | inOriginalName | Original name of the simulate [optional]. | 
| [in] | inInterfaceAttributes | Pointer to parented (InterfaceAttributes) object [optional]. If mentioned then this will decompile within (contents ...) construct. | 
Definition at line 42 of file Simulate.cpp.
 1.5.6
 1.5.6