#include <Timing.hpp>
Public Member Functions | |
virtual TimingSharedPtr | newTimingPtr (const Derivation &inDerivation, const std::list< PathDelaySharedPtr > &inPathDelays, const std::list< ForbiddenEventSharedPtr > &inForbiddentEvents, const ViewSharedPtr &inView, const InterfaceAttributesSharedPtr &inInterfaceAttributes=InterfaceAttributesSharedPtr(), const InstanceSharedPtr &inInstance=InstanceSharedPtr()) throw (Error) |
Definition at line 61 of file Timing.hpp.
TimingSharedPtr torc::generic::Timing::Factory::newTimingPtr | ( | const Derivation & | inDerivation, | |
const std::list< PathDelaySharedPtr > & | inPathDelays, | |||
const std::list< ForbiddenEventSharedPtr > & | inForbiddentEvents, | |||
const ViewSharedPtr & | inView, | |||
const InterfaceAttributesSharedPtr & | inInterfaceAttributes = InterfaceAttributesSharedPtr() , |
|||
const InstanceSharedPtr & | inInstance = InstanceSharedPtr() | |||
) | throw (Error) [virtual] |
Create a Timing.
[in] | inDerivation | Derivation value |
[in] | inPathDelays | List of path delays of this timing to be appended to. |
[in] | inForbiddentEvents | List of forbidden events to be appended to |
[in] | inView | Pointer to parented (view) object. |
[in] | inInterfaceAttributes | Pointer to parented (InterfaceAttributes) object [optional]. If mentioned then this will decompile within (contents ...) construct. |
[in] | inInstance | Pointer to parented object( Instance ) [optional]. If mentioned then this will decompile within (instance ...) construct. |
Definition at line 43 of file Timing.cpp.