1#ifndef IV_SRC_LOGIC_STRUCTS_HPP_
2#define IV_SRC_LOGIC_STRUCTS_HPP_
Definition LogicRectangle.cpp:4
eDBBlockParamType
Definition defines.hpp:20
uint32_t paramNumber
Definition types.hpp:136
std::string libraryTagName
Definition types.hpp:131
uint32_t blockType
Definition types.hpp:137
uint32_t blockSubType
Definition types.hpp:138
Definition structs.hpp:43
std::string m_date
Definition structs.hpp:48
std::string m_description
Definition structs.hpp:51
std::string m_file
Definition structs.hpp:47
std::string m_version
Definition structs.hpp:50
std::string m_author
Definition structs.hpp:46
std::string m_name
Definition structs.hpp:44
std::string m_unit
Definition structs.hpp:45
std::string m_time
Definition structs.hpp:49
Definition structs.hpp:31
iv::types::logic::blockSubType subType
Definition structs.hpp:33
iv::types::logic::blockType type
Definition structs.hpp:32
bool operator==(const LogicBlockId &other) const =default
bool operator<(const LogicBlockId &other) const
Definition structs.hpp:36
Definition structs.hpp:19
iv::logic::eDBBlockParamType type
Definition structs.hpp:20
iv::types::logic::paramNumber number
Definition structs.hpp:21
bool operator==(const ParamId &other) const =default
bool operator<(const ParamId &other) const
Definition structs.hpp:24