Syntalos::InputPortChange
Syntalos::InputPortChange
Information about an input port change.
#include <ipc-types-private.h>
Public Functions
| Name | |
|---|---|
| InputPortChange() =default | |
| InputPortChange(PortAction pa) | |
| QByteArray | toBytes() const |
| InputPortChange | fromMemory(const void * memory, size_t size) |
Public Attributes
| Name | |
|---|---|
| PortAction | action |
| QString | id |
| QString | title |
| int | dataTypeId |
| QVariantHash | metadata |
| uint | throttleItemsPerSec |
Friends
| Name | |
|---|---|
| QDataStream & | operator«(QDataStream & out, const InputPortChange & info) |
| QDataStream & | operator»(QDataStream & in, InputPortChange & info) |
Public Functions Documentation
function InputPortChange
InputPortChange() =defaultfunction InputPortChange
inline explicit InputPortChange(
PortAction pa
)function toBytes
inline QByteArray toBytes() constfunction fromMemory
static inline InputPortChange fromMemory(
const void * memory,
size_t size
)Public Attributes Documentation
variable action
PortAction action;variable id
QString id;variable title
QString title;variable dataTypeId
int dataTypeId;variable metadata
QVariantHash metadata;variable throttleItemsPerSec
uint throttleItemsPerSec;Friends
friend operator«
friend QDataStream & operator<<(
QDataStream & out,
const InputPortChange & info
);friend operator»
friend QDataStream & operator>>(
QDataStream & in,
InputPortChange & info
);Updated on 2025-11-01 at 00:13:01 +0000