pull/146/head
Sacha Weatherstone 2022-05-02 08:23:19 +10:00
rodzic 9323b1f5d7
commit 0c4fb70876
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7AB2D7E206124B31
1 zmienionych plików z 0 dodań i 91 usunięć

Wyświetl plik

@ -349,88 +349,6 @@ enum HardwareModel {
PRIVATE_HW = 255;
}
/*
* The team colors are based on the names of "friendly teams" in ATAK:
* https://github.com/deptofdefense/AndroidTacticalAssaultKit-CIV/blob/master/atak/ATAK/app/src/main/assets/filters/team_filters.xml
*/
enum Team {
/*
* the default (unset) is "achromatic" (unaffiliated)
*/
CLEAR = 0;
/*
* TODO: REPLACE
*/
CYAN = 1;
/*
* TODO: REPLACE
*/
WHITE = 2;
/*
* TODO: REPLACE
*/
YELLOW = 3;
/*
* TODO: REPLACE
*/
ORANGE = 4;
/*
* TODO: REPLACE
*/
MAGENTA = 5;
/*
* TODO: REPLACE
*/
RED = 6;
/*
* TODO: REPLACE
*/
MAROON = 7;
/*
* TODO: REPLACE
*/
PURPLE = 8;
/*
* TODO: REPLACE
*/
DARK_BLUE = 9;
/*
* TODO: REPLACE
*/
BLUE = 10;
/*
* TODO: REPLACE
*/
TEAL = 11;
/*
* TODO: REPLACE
*/
GREEN = 12;
/*
* TODO: REPLACE
*/
DARK_GREEN = 13;
/*
* TODO: REPLACE
*/
BROWN = 14;
}
/*
* Broadcast when a newly powered mesh node wants to find a node num it can use
* Sent from the phone over bluetooth to set the user id for the owner of this node.
@ -495,15 +413,6 @@ message User {
*/
bool is_licensed = 7;
/*
* Participants in the same network can self-group into different teams.
* Short-term this can be used to visually differentiate them on the map;
* in the longer term it could also help users to semi-automatically
* select or ignore messages according to team affiliation.
* In total, 14 teams are defined (encoded in 4 bits)
*/
Team team = 8;
/*
* Transmit power at antenna connector, in decibel-milliwatt
* An optional self-reported value useful in network planning, discovery