#include <LogicValue.hpp>
Public Member Functions | |
virtual LogicValueSharedPtr | newLogicValuePtr (const std::string &inName, const LogicValueAttributesSharedPtr &inAttributes, const std::string &inOriginalName=std::string(), const SimulationInfoSharedPtr &inSimulationInfo=SimulationInfoSharedPtr()) throw (Error) |
Definition at line 66 of file LogicValue.hpp.
LogicValueSharedPtr torc::generic::LogicValue::Factory::newLogicValuePtr | ( | const std::string & | inName, | |
const LogicValueAttributesSharedPtr & | inAttributes, | |||
const std::string & | inOriginalName = std::string() , |
|||
const SimulationInfoSharedPtr & | inSimulationInfo = SimulationInfoSharedPtr() | |||
) | throw (Error) [virtual] |
Create a LogicValue.
[in] | inName | Name of the LogicValue to be created. |
[in] | inAttributes | Pointer to LogicValueAttributes object. |
[in] | inOriginalName | Original name of the LogicValue [optional]. |
[in] | inSimulationInfo | Pointer to parented(SimulationInfo) object. If not mentioned LogicValue will not be added to SimulationInfo. |
Definition at line 36 of file LogicValue.cpp.