QElectroTech 0.200.1-dev
Loading...
Searching...
No Matches
Element::LinkInfo Struct Reference

The LinkInfo struct Stores link data for element connections. For slave elements, group_index indicates which contact group of the master this slave is assigned to (-1 = no group assigned). More...

#include <element.h>

Collaboration diagram for Element::LinkInfo:
Collaboration graph

Public Member Functions

 LinkInfo ()=default
 LinkInfo (const QUuid &u, int gi=-1)

Public Attributes

QUuid uuid
int group_index = -1
 Index into master's slaveContactGroups, -1 = not assigned.

Detailed Description

The LinkInfo struct Stores link data for element connections. For slave elements, group_index indicates which contact group of the master this slave is assigned to (-1 = no group assigned).

Constructor & Destructor Documentation

◆ LinkInfo() [1/2]

Element::LinkInfo::LinkInfo ( )
default

◆ LinkInfo() [2/2]

Element::LinkInfo::LinkInfo ( const QUuid & u,
int gi = -1 )
inline

Member Data Documentation

◆ group_index

int Element::LinkInfo::group_index = -1

Index into master's slaveContactGroups, -1 = not assigned.

◆ uuid

QUuid Element::LinkInfo::uuid

The documentation for this struct was generated from the following file: