Syntalos::InputPortChange

Syntalos::InputPortChange

Syntalos::InputPortChange

Information about an input port change.

#include <ipc-types-private.h>

Public Functions

Name
InputPortChange() =default
InputPortChange(PortAction pa)
QByteArraytoBytes() const
InputPortChangefromMemory(const void * memory, size_t size)

Public Attributes

Name
PortActionaction
QStringid
QStringtitle
intdataTypeId
QVariantHashmetadata
uintthrottleItemsPerSec

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-09-05 at 17:39:59 +0000