![]() |
Pothos
0.6.0-g9da168ef
The Pothos dataflow programming software suite
|
Information about an IO port. More...
#include <Connectable.hpp>
Public Member Functions | |
| PortInfo (void) | |
Public Attributes | |
| std::string | name |
| The port name. More... | |
| std::string | alias |
| A displayable name. More... | |
| bool | isSigSlot |
| Is signal or slot? More... | |
| DType | dtype |
| The data type. More... | |
Information about an IO port.
| Pothos::PortInfo::PortInfo | ( | void | ) |
| std::string Pothos::PortInfo::alias |
A displayable name.
| DType Pothos::PortInfo::dtype |
The data type.
| bool Pothos::PortInfo::isSigSlot |
Is signal or slot?
| std::string Pothos::PortInfo::name |
The port name.
1.8.13