2020-11-28 12:10:19 +08:00
|
|
|
/* Automatically generated nanopb header */
|
2020-12-11 09:11:53 +08:00
|
|
|
/* Generated by nanopb-0.4.4 */
|
2020-11-28 12:10:19 +08:00
|
|
|
|
|
|
|
|
#ifndef PB_PORTNUMS_PB_H_INCLUDED
|
|
|
|
|
#define PB_PORTNUMS_PB_H_INCLUDED
|
|
|
|
|
#include <pb.h>
|
|
|
|
|
|
|
|
|
|
#if PB_PROTO_HEADER_VERSION != 40
|
|
|
|
|
#error Regenerate this file with the current version of nanopb generator.
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Enum definitions */
|
|
|
|
|
typedef enum _PortNum {
|
|
|
|
|
PortNum_UNKNOWN_APP = 0,
|
|
|
|
|
PortNum_TEXT_MESSAGE_APP = 1,
|
2020-12-06 18:33:42 +08:00
|
|
|
PortNum_REMOTE_HARDWARE_APP = 2,
|
2020-12-05 10:00:46 +08:00
|
|
|
PortNum_POSITION_APP = 3,
|
|
|
|
|
PortNum_NODEINFO_APP = 4,
|
2021-02-17 13:06:23 +08:00
|
|
|
PortNum_ROUTING_APP = 5,
|
2021-02-21 14:03:44 +08:00
|
|
|
PortNum_ADMIN_APP = 6,
|
2020-12-11 09:11:53 +08:00
|
|
|
PortNum_REPLY_APP = 32,
|
2020-12-27 11:22:08 +08:00
|
|
|
PortNum_IP_TUNNEL_APP = 33,
|
2021-01-16 20:50:58 -08:00
|
|
|
PortNum_SERIAL_APP = 64,
|
2021-02-07 09:46:35 +08:00
|
|
|
PortNum_STORE_FORWARD_APP = 65,
|
2021-02-08 17:57:45 +08:00
|
|
|
PortNum_RANGE_TEST_APP = 66,
|
2022-02-26 20:52:22 -08:00
|
|
|
PortNum_TELEMETRY_APP = 67,
|
2021-11-29 10:05:32 -06:00
|
|
|
PortNum_ZPS_APP = 68,
|
2021-01-16 20:50:58 -08:00
|
|
|
PortNum_PRIVATE_APP = 256,
|
2021-02-22 10:26:11 +08:00
|
|
|
PortNum_ATAK_FORWARDER = 257,
|
|
|
|
|
PortNum_MAX = 511
|
2020-11-28 12:10:19 +08:00
|
|
|
} PortNum;
|
|
|
|
|
|
|
|
|
|
/* Helper constants for enums */
|
|
|
|
|
#define _PortNum_MIN PortNum_UNKNOWN_APP
|
2021-02-22 10:26:11 +08:00
|
|
|
#define _PortNum_MAX PortNum_MAX
|
|
|
|
|
#define _PortNum_ARRAYSIZE ((PortNum)(PortNum_MAX+1))
|
2020-11-28 12:10:19 +08:00
|
|
|
|
|
|
|
|
|
2020-12-11 09:11:53 +08:00
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C" {
|
|
|
|
|
#endif
|
|
|
|
|
|
2020-11-28 12:10:19 +08:00
|
|
|
#ifdef __cplusplus
|
|
|
|
|
} /* extern "C" */
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#endif
|