|
torc-master
|
This structure is for logicRef and libraryRef used in logicMapInput/logicMapOutput. More...
#include <LogicValueAttributes.hpp>
Collaboration diagram for torc::generic::LogicValueAttributes::LogicMap:Public Types | |
| enum | LogicMapType { eLogicMapTypeInput = 0, eLogicMapTypeOutput } |
Data Fields | |
| std::string | mLogicRef |
| std::string | mLibraryRef |
| LogicMapType | mLogicMapType |
This structure is for logicRef and libraryRef used in logicMapInput/logicMapOutput.
Definition at line 40 of file LogicValueAttributes.hpp.
LogicMap type, logicMapInput, logicMapOutput
| Enumerator | |
|---|---|
| eLogicMapTypeInput | |
| eLogicMapTypeOutput | |
Definition at line 45 of file LogicValueAttributes.hpp.
| std::string torc::generic::LogicValueAttributes::LogicMap::mLibraryRef |
Definition at line 50 of file LogicValueAttributes.hpp.
| LogicMapType torc::generic::LogicValueAttributes::LogicMap::mLogicMapType |
Definition at line 51 of file LogicValueAttributes.hpp.
| std::string torc::generic::LogicValueAttributes::LogicMap::mLogicRef |
Definition at line 49 of file LogicValueAttributes.hpp.