◆ Arc()
Arc::Arc |
( |
std::string |
src_port, |
|
|
int |
src_ipin, |
|
|
std::string |
snk_port, |
|
|
int |
snk_ipin, |
|
|
float |
del, |
|
|
std::string |
cond = "" |
|
) |
| |
|
inline |
- Parameters
-
src_port | Source of the arc |
src_ipin | Source pin index |
snk_port | Sink of the arc |
snk_ipin | Sink pin index |
del | Delay on this arc |
cond | Condition associated with the arc |
◆ condition()
std::string Arc::condition |
( |
| ) |
const |
|
inline |
◆ delay()
double Arc::delay |
( |
| ) |
const |
|
inline |
◆ sink_ipin()
int Arc::sink_ipin |
( |
| ) |
const |
|
inline |
◆ sink_name()
std::string Arc::sink_name |
( |
| ) |
const |
|
inline |
◆ source_ipin()
int Arc::source_ipin |
( |
| ) |
const |
|
inline |
◆ source_name()
std::string Arc::source_name |
( |
| ) |
const |
|
inline |
◆ condition_
std::string Arc::condition_ |
|
private |
◆ delay_
◆ sink_ipin_
◆ sink_name_
std::string Arc::sink_name_ |
|
private |
◆ source_ipin_
◆ source_name_
std::string Arc::source_name_ |
|
private |
The documentation for this class was generated from the following file: