Difference between revisions of "SHIPHarbour:XVars:Set"

From Serious Documentation
Jump to: navigation, search
(Created page with "== Source File == SHIPHarbour_XVars.proto == Description == <onlyinclude>Directly relates to a SHIPBridge linkset definable in [...")
 
(var)
 
Line 31: Line 31:
 
==== var ====  
 
==== var ====  
 
An array of [[SHIPHarbour:XVars:Var|Vars]] that are associated with this set.
 
An array of [[SHIPHarbour:XVars:Var|Vars]] that are associated with this set.
 
[[Category:SHIPHarbour]]
 

Latest revision as of 17:00, 31 July 2017

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.