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

Represents a port on a block. More...

#include <Port.h>

+ Collaboration diagram for business_logic::elements::structures::Port:

Public Types

enum class  Type : std::uint8_t { INPUT , OUTPUT }
 The type of the port. More...
 

Public Attributes

std::string name
 The name/label of the port.
 
Type type
 The type of the port.
 

Detailed Description

Represents a port on a block.

Definition at line 11 of file Port.h.

Member Enumeration Documentation

◆ Type

enum class business_logic::elements::structures::Port::Type : std::uint8_t
strong

The type of the port.

Enumerator
INPUT 
OUTPUT 

Definition at line 21 of file Port.h.

Member Data Documentation

◆ name

std::string business_logic::elements::structures::Port::name

The name/label of the port.

Definition at line 16 of file Port.h.

◆ type

Type business_logic::elements::structures::Port::type

The type of the port.

Definition at line 26 of file Port.h.


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