FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
Loading...
Searching...
No Matches
business_logic::elements::structures Namespace Reference

Abstract structures that constitute for the calculator GUI and are logical models of the rendered entities. More...

Classes

struct  BlocksConnectionSide
 A side of a connection between two ports. More...
 
struct  Port
 Represents a port on a block. More...
 

Typedefs

using PortsConnection = std::pair< BlocksConnectionSide, BlocksConnectionSide >
 

Detailed Description

Abstract structures that constitute for the calculator GUI and are logical models of the rendered entities.

Typedef Documentation

◆ PortsConnection