Pothos
0.4.0-gd11861cd
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.