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() constfunction dataTypeId
int dataTypeId() constfunction title
QString title() constfunction metadata
QVariantHash metadata() constfunction 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 2025-08-14 at 02:33:44 +0000