|
torc-master
|
#include <ForbiddenEvent.hpp>
Inheritance diagram for torc::generic::ForbiddenEvent::Factory:
Collaboration diagram for torc::generic::ForbiddenEvent::Factory:Public Types | |
| typedef _Tp | Type |
| typedef SelfReferencing< Type > ::Pointer | Pointer |
| typedef SelfReferencing< Type > ::WeakPointer | WeakPointer |
Public Member Functions | |
| virtual ForbiddenEventSharedPtr | newForbiddenEventPtr (const EventSharedPtr &inStartTimeInterval, const EventSharedPtr &inEndTimeInterval, const std::list< EventSharedPtr > &inEvents, const TimingSharedPtr &inTiming=TimingSharedPtr(), const Value &inDuration=Value()) throw (Error) |
| virtual void | create (Pointer &outPointer) throw (Error) |
Convenience class to create an ForbiddenEvent.
Definition at line 54 of file ForbiddenEvent.hpp.
|
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 a ForbiddenEvent.
| [in] | inStartTimeInterval | Pointer to start event/offsetEvent of timeInterval. |
| [in] | inEndTimeInterval | Pointer to end event/offsetEvent of timeInterval. |
| [in] | inEvents | List of events which are forbidden during a period of time specified by TimeInterval(StartTimeInterval and EndTimeInterval). |
| [in] | inTiming | Pointer to parented object (Timing) [optional]. If not mentioned PathDelay will not be added to timing. |
| [in] | inDuration | Duration of timeInterval, if end event is absent [optional]. |
Definition at line 36 of file ForbiddenEvent.cpp.
Here is the call graph for this function: