|
CIRCT 23.0.0git
|
Compute the wire byte count for a port type. More...
#include <TypedPorts.h>

Public Attributes | |
| size_t | bytes = 0 |
| size_t | bitWidth = 0 |
Compute the wire byte count for a port type.
Returns 0 if not a BitVectorType (meaning sizeof(T) should be used instead). Wire format info for a port type, cached at connect() time.
Definition at line 64 of file TypedPorts.h.
| size_t esi::WireInfo::bitWidth = 0 |
Definition at line 66 of file TypedPorts.h.
Referenced by esi::fromMessageData().
| size_t esi::WireInfo::bytes = 0 |
Definition at line 65 of file TypedPorts.h.
Referenced by esi::fromMessageData(), and esi::toMessageData().