SHIPHarbour:XVars:Set

From Serious Documentation
Jump to: navigation, search

Source File

SHIPHarbour_XVars.proto

Description

Directly relates to a SHIPBridge linkset definable in Sail.

Types

Attribute

output

Boolean the direction of variables associated with this set, direction is from the perspective of the client (i.e. inverse from the module's perspective).

sub

Boolean indicating whether or not anything for this variable should be transmitted.

atomic

Boolean indicating whether or not all the variables associated with this set should be updated at the same time.

push

Boolean indicating whether or not new values for this variable should be transmitted automatically.

Message Fields

attr

An Attribute describing how this set and associated variables should be updated.

id

A globally unique id assigned by the Serious Integrated module.

var

An array of Vars that are associated with this set.