Syntalos::InputPortInfo

Syntalos::InputPortInfo

Syntalos::InputPortInfo

Reference for an input port.

#include <syntaloslink.h>

Public Functions

Name
QStringid() const
intdataTypeId() const
QStringtitle() const
QVariantHashmetadata() const
voidsetNewDataRawCallback(NewDataRawFn callback)
Sets a function to be called when new data arrives.
voidsetThrottleItemsPerSec(uint itemsPerSec)

Public Functions Documentation

function id

QString id() const

function dataTypeId

int dataTypeId() const

function title

QString 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 2024-09-05 at 17:39:59 +0000