pub enum PositionComment {
Show 15 variants
OffDuty,
EnRoute,
InService,
Returning,
Committed,
Special,
Priority,
Custom0,
Custom1,
Custom2,
Custom3,
Custom4,
Custom5,
Custom6,
Emergency,
}Expand description
Predefined APRS position comment phrases.
The TH-D75 provides 15 selectable position comment phrases that are transmitted as part of the APRS position report. These match the standard APRS position comment codes.
Variants§
OffDuty
“Off Duty” – station is not actively monitoring.
EnRoute
“En Route” – station is in transit.
InService
“In Service” – station is actively operating.
Returning
“Returning” – station is returning to base.
Committed
“Committed” – station is committed to a task.
Special
“Special” – special event or activity.
Priority
“Priority” – priority traffic.
Custom0
“Custom 0” – user-defined comment slot 0.
Custom1
“Custom 1” – user-defined comment slot 1.
Custom2
“Custom 2” – user-defined comment slot 2.
Custom3
“Custom 3” – user-defined comment slot 3.
Custom4
“Custom 4” – user-defined comment slot 4.
Custom5
“Custom 5” – user-defined comment slot 5.
Custom6
“Custom 6” – user-defined comment slot 6.
Emergency
“Emergency” – distress / emergency.
Trait Implementations§
Source§impl Clone for PositionComment
impl Clone for PositionComment
Source§fn clone(&self) -> PositionComment
fn clone(&self) -> PositionComment
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more