CGRA-ME
Public Attributes | List of all members
Connection Struct Reference

#include <Module.h>

Public Attributes

std::string name = {}
 
Portsrc = nullptr
 
std::vector< Port * > dst = {}
 
bool isInMRRG = true
 

Detailed Description

Definition at line 99 of file Module.h.

Member Data Documentation

◆ dst

std::vector<Port*> Connection::dst = {}

Definition at line 103 of file Module.h.

◆ isInMRRG

bool Connection::isInMRRG = true

Definition at line 104 of file Module.h.

◆ name

std::string Connection::name = {}

Definition at line 101 of file Module.h.

◆ src

Port* Connection::src = nullptr

Definition at line 102 of file Module.h.


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