#include <WaveValue.hpp>


Public Member Functions | |
| virtual WaveValueSharedPtr | newWaveValuePtr (const std::string &inName, const Value &inDeltaTimeDuration, const LogicElementSharedPtr inLogicWaveForm, const SimulateSharedPtr &inSimulate=SimulateSharedPtr()) throw (Error) |
Definition at line 55 of file WaveValue.hpp.
| WaveValueSharedPtr torc::generic::WaveValue::Factory::newWaveValuePtr | ( | const std::string & | inName, | |
| const Value & | inDeltaTimeDuration, | |||
| const LogicElementSharedPtr | inLogicWaveForm, | |||
| const SimulateSharedPtr & | inSimulate = SimulateSharedPtr() | |||
| ) | throw (Error) [virtual] |
Create a WaveValue.
| [in] | inName | Name of the WaveValue to be created. |
| [in] | inDeltaTimeDuration | Value Delta time duration between the values contained in the logic waveform. |
| [in] | inLogicWaveForm | Logic wave form for this WaveValue. |
| [in] | inSimulate | Pointer to parented (Simulate) object [optional]. If not mentioned WaveValue will not be added to simulate. |
Definition at line 37 of file WaveValue.cpp.
1.5.6