Syntalos::InputPortInfo

Syntalos::InputPortInfo

Syntalos::InputPortInfo

Reference for an input port.

#include <syntaloslink.h>

Public Functions

Name
std::stringid() const
intdataTypeId() const
std::stringtitle() const
QVariantHashmetadata() const
voidsetNewDataRawCallback(NewDataRawFn callback)
Sets a function to be called when new data arrives.
voidsetThrottleItemsPerSec(uint itemsPerSec)

Public Functions Documentation

function id

std::string id() const

function dataTypeId

int dataTypeId() const

function title

std::string title() const

function metadata

QVariantHash metadata() const

function setNewDataRawCallback

void setNewDataRawCallback(
    NewDataRawFn callback
)

Sets a function to be called when new data arrives.

The data memory block passed to this function is only valid during the call.

function setThrottleItemsPerSec

void setThrottleItemsPerSec(
    uint itemsPerSec
)

Updated on 2026-04-16 at 23:38:31 +0000