CIRCT 23.0.0git
Loading...
Searching...
No Matches
Public Attributes | List of all members
esi::cosim::RpcServer::Impl::ChannelInfo Struct Reference
Collaboration diagram for esi::cosim::RpcServer::Impl::ChannelInfo:
Collaboration graph
[legend]

Public Attributes

uint64_t id
 
std::string name
 
std::string typeId
 
ChannelDirection direction
 
RpcServerReadPort * readPort = nullptr
 
RpcServerWritePort * writePort = nullptr
 

Detailed Description

Definition at line 155 of file RpcServer.cpp.

Member Data Documentation

◆ direction

ChannelDirection esi::cosim::RpcServer::Impl::ChannelInfo::direction

Definition at line 159 of file RpcServer.cpp.

◆ id

uint64_t esi::cosim::RpcServer::Impl::ChannelInfo::id

Definition at line 156 of file RpcServer.cpp.

Referenced by esiaccel.types.ESIType::__eq__().

◆ name

std::string esi::cosim::RpcServer::Impl::ChannelInfo::name

Definition at line 157 of file RpcServer.cpp.

Referenced by esiaccel.types.TypeAlias::__str__().

◆ readPort

RpcServerReadPort* esi::cosim::RpcServer::Impl::ChannelInfo::readPort = nullptr

Definition at line 160 of file RpcServer.cpp.

◆ typeId

std::string esi::cosim::RpcServer::Impl::ChannelInfo::typeId

Definition at line 158 of file RpcServer.cpp.

◆ writePort

RpcServerWritePort* esi::cosim::RpcServer::Impl::ChannelInfo::writePort = nullptr

Definition at line 161 of file RpcServer.cpp.


The documentation for this struct was generated from the following file: