Syntalos::InputPortInfo
Syntalos::InputPortInfo
Reference for an input port.
#include <syntaloslink.h>
Public Functions
Name | |
---|---|
QString | id() const |
int | dataTypeId() const |
QString | title() const |
QVariantHash | metadata() const |
void | setNewDataRawCallback(NewDataRawFn callback) Sets a function to be called when new data arrives. |
void | setThrottleItemsPerSec(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-11-06 at 17:10:29 +0000