Base type for ports. Port structs are customized types because their payloads are type specific. This struct represents their common features. Given any pointer to a port struct, it can be cast to lf_port_base_t and then these common fields can be accessed. IMPORTANT: If this is changed, it must also be changed in CPortGenerator.java generateAuxiliaryStruct().
More...
#include <lf_token.h>
Base type for ports. Port structs are customized types because their payloads are type specific. This struct represents their common features. Given any pointer to a port struct, it can be cast to lf_port_base_t and then these common fields can be accessed. IMPORTANT: If this is changed, it must also be changed in CPortGenerator.java generateAuxiliaryStruct().
◆ destination_channel
int lf_port_base_t::destination_channel |
◆ is_present
bool lf_port_base_t::is_present |
◆ num_destinations
int lf_port_base_t::num_destinations |
◆ source_reactor
◆ sparse_record
◆ tmplt
The documentation for this struct was generated from the following file: