|
CIRCT 23.0.0git
|

Public Attributes | |
| uint64_t | id |
| std::string | name |
| std::string | typeId |
| ChannelDirection | direction |
| RpcServerReadPort * | readPort = nullptr |
| RpcServerWritePort * | writePort = nullptr |
Definition at line 155 of file RpcServer.cpp.
| ChannelDirection esi::cosim::RpcServer::Impl::ChannelInfo::direction |
Definition at line 159 of file RpcServer.cpp.
| uint64_t esi::cosim::RpcServer::Impl::ChannelInfo::id |
Definition at line 156 of file RpcServer.cpp.
Referenced by esiaccel.types.ESIType::__eq__().
| std::string esi::cosim::RpcServer::Impl::ChannelInfo::name |
Definition at line 157 of file RpcServer.cpp.
Referenced by esiaccel.types.TypeAlias::__str__().
| RpcServerReadPort* esi::cosim::RpcServer::Impl::ChannelInfo::readPort = nullptr |
Definition at line 160 of file RpcServer.cpp.
| std::string esi::cosim::RpcServer::Impl::ChannelInfo::typeId |
Definition at line 158 of file RpcServer.cpp.
| RpcServerWritePort* esi::cosim::RpcServer::Impl::ChannelInfo::writePort = nullptr |
Definition at line 161 of file RpcServer.cpp.