torc-master
|
#include <Event.hpp>
Public Types | |
typedef Event | Type |
typedef SelfReferencing< Type > ::Pointer | Pointer |
typedef SelfReferencing< Type > ::WeakPointer | WeakPointer |
Public Member Functions | |
virtual EventSharedPtr | newEventPtr (const Event::Type &inEventType, const std::list< PortSharedPtr > &inPorts, const std::list< PortReferenceSharedPtr > &inPortReferences, const std::list< NetSharedPtr > &inNets, const LogicElementSharedPtr &inTransition=LogicElementSharedPtr(), const PortListSharedPtr &inPortList=PortListSharedPtr(), const Value &inOffsetTime=Value()) throw (Error) |
virtual void | create (Pointer &outPointer) throw (Error) |
|
inherited |
A pointer to an object of type Type
Definition at line 45 of file FactoryType.hpp.
|
inherited |
A rename of the parameter type
Definition at line 40 of file FactoryType.hpp.
|
inherited |
A weak pointer to an object of type Type
Definition at line 50 of file FactoryType.hpp.
|
inlinevirtualinherited |
Create an object of the Type specification of Factory. If the object has a boost::weak_ptr to itself, it is the task of this method to set this after the object is created.
Definition at line 58 of file FactoryType.hpp.
|
virtual |
Create an event.
[in] | inEventType | Event type. |
[in] | inPorts | List of ports to this composition. |
[in] | inPortReferences | List of port references to this composition. |
[in] | inNets | List of nets to this composition. |
[in] | inTransition | Pointer to logic state value(transition/becomes) [optional]. If no transition are specified, then the default meaning is any logic state change. |
[in] | inPortList | Connected Port list to this event [optional]. |
[in] | inOffsetTime | Offset time retative to an event [optional]. This is must for OffsetEvent, but optional for normal Event. |
Definition at line 38 of file Event.cpp.