status.pb.h 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /* Automatically generated nanopb header */
  2. /* Generated by nanopb-0.4.5 */
  3. #ifndef PB_PB_STATUS_STATUS_PB_H_INCLUDED
  4. #define PB_PB_STATUS_STATUS_PB_H_INCLUDED
  5. #include <pb.h>
  6. #if PB_PROTO_HEADER_VERSION != 40
  7. #error Regenerate this file with the current version of nanopb generator.
  8. #endif
  9. /* Struct definitions */
  10. typedef struct _PB_Status_PingRequest {
  11. char dummy_field;
  12. } PB_Status_PingRequest;
  13. typedef struct _PB_Status_PingResponse {
  14. char dummy_field;
  15. } PB_Status_PingResponse;
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19. /* Initializer values for message structs */
  20. #define PB_Status_PingRequest_init_default {0}
  21. #define PB_Status_PingResponse_init_default {0}
  22. #define PB_Status_PingRequest_init_zero {0}
  23. #define PB_Status_PingResponse_init_zero {0}
  24. /* Field tags (for use in manual encoding/decoding) */
  25. /* Struct field encoding specification for nanopb */
  26. #define PB_Status_PingRequest_FIELDLIST(X, a) \
  27. #define PB_Status_PingRequest_CALLBACK NULL
  28. #define PB_Status_PingRequest_DEFAULT NULL
  29. #define PB_Status_PingResponse_FIELDLIST(X, a) \
  30. #define PB_Status_PingResponse_CALLBACK NULL
  31. #define PB_Status_PingResponse_DEFAULT NULL
  32. extern const pb_msgdesc_t PB_Status_PingRequest_msg;
  33. extern const pb_msgdesc_t PB_Status_PingResponse_msg;
  34. /* Defines for backwards compatibility with code written before nanopb-0.4.0 */
  35. #define PB_Status_PingRequest_fields &PB_Status_PingRequest_msg
  36. #define PB_Status_PingResponse_fields &PB_Status_PingResponse_msg
  37. /* Maximum encoded size of messages (where known) */
  38. #define PB_Status_PingRequest_size 0
  39. #define PB_Status_PingResponse_size 0
  40. #ifdef __cplusplus
  41. } /* extern "C" */
  42. #endif
  43. #endif