#include <PathDelay.hpp>


Public Member Functions | |
| virtual PathDelaySharedPtr | newPathDelayPtr (const Value::MiNoMax &inDelay, const std::list< EventSharedPtr > &inEvents, const TimingSharedPtr &inTiming=TimingSharedPtr()) throw (Error) |
Definition at line 46 of file PathDelay.hpp.
| PathDelaySharedPtr torc::generic::PathDelay::Factory::newPathDelayPtr | ( | const Value::MiNoMax & | inDelay, | |
| const std::list< EventSharedPtr > & | inEvents, | |||
| const TimingSharedPtr & | inTiming = TimingSharedPtr() | |||
| ) | throw (Error) [virtual] |
Create a PathDelay.
| [in] | inDelay | Value::MiNoMax Delay value. |
| [in] | inEvents | List of events to be appended to |
| [in] | inTiming | Pointer to parented object (Timing) [optional]. If not mentioned PathDelay will not be added to timing. |
Definition at line 35 of file PathDelay.cpp.
1.5.6