Skip to main content

Crate dataport_macros

Crate dataport_macros 

Source
Expand description

Macros for port and port collection creation.

Macrosยง

create_inbound_entry
Creates a name/inbound_port pair.
create_inbound_entry_parseable
Creates a name/inbound_port pair with a parseable data type.
create_inoutbound_entry
Creates a name/inoutbound_port pair.
create_inoutbound_entry_parseable
Creates a name/inoutbound_port pair with a parseable data type.
create_outbound_entry
Creates a name/outbound_port pair.
create_outbound_entry_parseable
Creates a name/outbound_port pair with a parseable data type.
create_port_array
Creates an array of ports.
create_port_map
Creates a map of ports.
create_port_vec
Creates a list of ports.