Skip to content

Commit

Permalink
Update DanNet TLO defs
Browse files Browse the repository at this point in the history
  • Loading branch information
projecteon authored and brainiac committed Sep 26, 2023
1 parent 900fa86 commit 1bb6027
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions mq/plugins/DanNet/_TLO.lua
Expand Up @@ -4,21 +4,22 @@
---@class TLO.DanNet
---@field Name MQString # Current node name (fully qualified)
---@field Version MQString # Current build version
---@field Debug MQString # Debugging flag
---@field LocalEcho MQString # Local echo flag (outgoing echo)
---@field CommandEcho MQString # Command echo (incoming commands)
---@field FullNames MQString # Print fully qualified names?
---@field FrontDelim MQString # Use a front | in arrays?
---@field Debug MQBoolean # Debugging flag
---@field LocalEcho MQBoolean # Local echo flag (outgoing echo)
---@field CommandEcho MQBoolean # Command echo (incoming commands)
---@field FullNames MQBoolean # Print fully qualified names?
---@field FrontDelim MQBoolean # Use a front | in arrays?
---@field Timeout MQString # Timeout for implicit delay in /dquery and /dobserve commands
---@field ObserveDelay MQString # Delay between observe broadcasts (in ms)
---@field Evasive MQString # Time to classify a peer as evasive (in ms)
---@field Expired MQString # Keepalive time for non-responding peers (in ms)
---@field Keepalive MQString # Keepalive time for local actor pipe (in ms)
---@field PeerCount MQString # Number of connected peers
---@field ObserveDelay MQInt # Delay between observe broadcasts (in ms)
---@field Evasive MQInt # Time to classify a peer as evasive (in ms)
---@field EvasiveRefresh MQBoolean
---@field Expired MQInt # Keepalive time for non-responding peers (in ms)
---@field Keepalive MQInt # Keepalive time for local actor pipe (in ms)
---@field PeerCount MQInt # Number of connected peers
---@field Peers MQString # List of connected peers
---@field GroupCount MQString # Number of all groups
---@field GroupCount MQInt # Number of all groups
---@field Groups MQString # List of all groups
---@field JoinedCount MQString # Number of joined groups
---@field JoinedCount MQInt # Number of joined groups
---@field Joined MQString # List of joined groups
TLO.DanNet = {}

Expand Down

0 comments on commit 1bb6027

Please sign in to comment.