v2.0.0
Loading...
Searching...
No Matches
MNALIB::MnaOpSchemaPort Struct Reference

#include <mna_op_schema.h>

Public Attributes

QString name
 Port name.
MnaDataKind dataKind
 Expected data kind.
bool required = true
 Must be connected?
QString description
 Human-readable description.

Detailed Description

Port descriptor within an operation schema.

Definition at line 72 of file mna_op_schema.h.

Member Data Documentation

◆ dataKind

MnaDataKind MNALIB::MnaOpSchemaPort::dataKind

Expected data kind.

Definition at line 75 of file mna_op_schema.h.

◆ description

QString MNALIB::MnaOpSchemaPort::description

Human-readable description.

Definition at line 77 of file mna_op_schema.h.

◆ name

QString MNALIB::MnaOpSchemaPort::name

Port name.

Definition at line 74 of file mna_op_schema.h.

◆ required

bool MNALIB::MnaOpSchemaPort::required = true

Must be connected?

Definition at line 76 of file mna_op_schema.h.


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