Syntalos::InputPortInfo
Syntalos::InputPortInfo
Reference for an input port.
#include <syntaloslink.h>
Public Functions
| Name | |
|---|---|
| std::string | id() const |
| int | dataTypeId() const |
| std::string | 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
std::string id() constfunction dataTypeId
int dataTypeId() constfunction title
std::string 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 2026-04-16 at 23:38:31 +0000