pub enum QConstruct {
QAC,
QAX,
QAU,
QAo,
QAO,
QAS,
QAr,
QAR,
QAZ,
}Expand description
APRS-IS Q-construct tag (path identifier that records how a packet entered the APRS-IS network).
Per http://www.aprs-is.net/q.aspx, every packet seen by an APRS-IS server has exactly one Q-construct inserted into its path. Servers that relay packets propagate the construct unchanged; servers that originate packets add one based on the packet’s source.
Variants§
QAC
qAC — client-owned, server verified the login.
QAX
qAX — client-owned, server did not verify the login.
QAU
qAU — client-owned, received via UDP submit.
QAo
qAo — server-owned, received from a different server.
QAO
qAO — server-owned, originated on RF (IGATE).
QAS
qAS — server-owned, received from a peer.
QAr
qAr — gated from RF with no callsign substitution.
QAR
qAR — gated from RF by a verified login.
QAZ
qAZ — not gated (server-added as a diagnostic).
Implementations§
Source§impl QConstruct
impl QConstruct
Trait Implementations§
Source§impl Clone for QConstruct
impl Clone for QConstruct
Source§fn clone(&self) -> QConstruct
fn clone(&self) -> QConstruct
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more