Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
LogicLibraryIOInfo.hpp
Go to the documentation of this file.
1#ifndef IV_LOGIC_LOGICLIBRARYIOINFO_HPP
2#define IV_LOGIC_LOGICLIBRARYIOINFO_HPP
3
4#include "core/types.hpp"
5
6#include <string>
7
8namespace iv::logic
9{
10
12{
13 Input,
14 Output,
16};
17
28
29}// namespace iv::logic
30
31#endif//IV_LOGIC_LOGICLIBRARYIOINFO_HPP
Definition LogicRectangle.cpp:4
eLibraryIOType
Definition LogicLibraryIOInfo.hpp:12
std::string libraryIOId
Definition types.hpp:134
uint16_t libraryIOOrder
Definition types.hpp:133
Definition LogicLibraryIOInfo.hpp:19
static constexpr iv::types::logic::libraryIOOrder kInvalidOrderOfPosition
Definition LogicLibraryIOInfo.hpp:20
iv::types::logic::libraryIOOrder libraryIOOrder
Definition LogicLibraryIOInfo.hpp:25
iv::types::logic::libraryIOId name
Definition LogicLibraryIOInfo.hpp:23
static constexpr iv::types::logic::libraryIOOrder kInitialOrderOfPosition
Definition LogicLibraryIOInfo.hpp:21
eLibraryIOType ioType
Definition LogicLibraryIOInfo.hpp:26
std::string description
Definition LogicLibraryIOInfo.hpp:24