Pothos  0.3.3-g32d3017c
The Pothos dataflow programming software suite
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
Public Member Functions | Public Attributes | List of all members
Pothos::PortInfo Class Reference

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...
 

Detailed Description

Information about an IO port.

Constructor & Destructor Documentation

Pothos::PortInfo::PortInfo ( void  )

Member Data Documentation

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.


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