Daedalus Dock - Modules - TypesVar Details - Proc Details

packetnet

Vars

known_pdasHardware PDA discovery TGUI display format, list(list("target_addr"="addr","name"="name","job"="job"),...)
packet_queueStores up to [queue_max] messages until the PDA asks for them.
queue_maxMaximum amount of messages held by [packet_queue]

Procs

append_signalPush a signal onto the queue, Drop a packet if we're over the limit.
check_queueGet the length of the packet queue
pop_signalTake a signal out of the queue.

Var Details

known_pdas

Hardware PDA discovery TGUI display format, list(list("target_addr"="addr","name"="name","job"="job"),...)

packet_queue

Stores up to [queue_max] messages until the PDA asks for them.

queue_max

Maximum amount of messages held by [packet_queue]

Proc Details

append_signal

Push a signal onto the queue, Drop a packet if we're over the limit.

check_queue

Get the length of the packet queue

pop_signal

Take a signal out of the queue.