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() =default
function InputPortChange
inline explicit InputPortChange(
PortAction pa
)
function toBytes
inline QByteArray toBytes() const
function 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 2024-11-06 at 17:10:29 +0000