#include <Apply.hpp>
Public Member Functions | |
virtual ApplySharedPtr | newApplyPtr (const int32_t &inNoOfCycle, const Value &inCycleDuration, const std::list< LogicalResponseSharedPtr > &inLogicResponces, const SimulateSharedPtr &inSimulate=SimulateSharedPtr()) throw (Error) |
Definition at line 59 of file Apply.hpp.
ApplySharedPtr torc::generic::Apply::Factory::newApplyPtr | ( | const int32_t & | inNoOfCycle, | |
const Value & | inCycleDuration, | |||
const std::list< LogicalResponseSharedPtr > & | inLogicResponces, | |||
const SimulateSharedPtr & | inSimulate = SimulateSharedPtr() | |||
) | throw (Error) [virtual] |
Create an apply.
[in] | inNoOfCycle | int32_t No of cycles for this apply. |
[in] | inCycleDuration | Value Duration of each cycle. |
[in] | inLogicResponces | List of LogicResponces. |
[in] | inSimulate | Pointer to parented (Simulate) object [optional]. If not mentioned apply will not be added to simulate. |