#include <LogicalResponse.hpp>


Public Member Functions | |
| virtual LogicalResponseSharedPtr | newLogicalResponsePtr (const ResponseType &inResponseType, const PortSharedPtr &inPort, const LogicElementSharedPtr &inLogicWaveForm, const PortListAliasSharedPtr &inPortListAlias=PortListAliasSharedPtr()) throw (Error) |
Definition at line 83 of file LogicalResponse.hpp.
| LogicalResponseSharedPtr torc::generic::LogicalResponse::Factory::newLogicalResponsePtr | ( | const ResponseType & | inResponseType, | |
| const PortSharedPtr & | inPort, | |||
| const LogicElementSharedPtr & | inLogicWaveForm, | |||
| const PortListAliasSharedPtr & | inPortListAlias = PortListAliasSharedPtr() | |||
| ) | throw (Error) [virtual] |
Create a logical response.
| [in] | inResponseType | Response type. |
| [in] | inPort | Connected Port to this logical response. |
| [in] | inLogicWaveForm | Logic wave form for this logical response. |
| [in] | inPortListAlias | Connected Port list alias to this logical response [optional]. |
Definition at line 36 of file LogicalResponse.cpp.
1.5.6