status.pb.h 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. pb_bytes_array_t *data;
  12. } PB_Status_PingRequest;
  13. typedef struct _PB_Status_PingResponse {
  14. pb_bytes_array_t *data;
  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 {NULL}
  21. #define PB_Status_PingResponse_init_default {NULL}
  22. #define PB_Status_PingRequest_init_zero {NULL}
  23. #define PB_Status_PingResponse_init_zero {NULL}
  24. /* Field tags (for use in manual encoding/decoding) */
  25. #define PB_Status_PingRequest_data_tag 1
  26. #define PB_Status_PingResponse_data_tag 1
  27. /* Struct field encoding specification for nanopb */
  28. #define PB_Status_PingRequest_FIELDLIST(X, a) \
  29. X(a, POINTER, SINGULAR, BYTES, data, 1)
  30. #define PB_Status_PingRequest_CALLBACK NULL
  31. #define PB_Status_PingRequest_DEFAULT NULL
  32. #define PB_Status_PingResponse_FIELDLIST(X, a) \
  33. X(a, POINTER, SINGULAR, BYTES, data, 1)
  34. #define PB_Status_PingResponse_CALLBACK NULL
  35. #define PB_Status_PingResponse_DEFAULT NULL
  36. extern const pb_msgdesc_t PB_Status_PingRequest_msg;
  37. extern const pb_msgdesc_t PB_Status_PingResponse_msg;
  38. /* Defines for backwards compatibility with code written before nanopb-0.4.0 */
  39. #define PB_Status_PingRequest_fields &PB_Status_PingRequest_msg
  40. #define PB_Status_PingResponse_fields &PB_Status_PingResponse_msg
  41. /* Maximum encoded size of messages (where known) */
  42. /* PB_Status_PingRequest_size depends on runtime parameters */
  43. /* PB_Status_PingResponse_size depends on runtime parameters */
  44. #ifdef __cplusplus
  45. } /* extern "C" */
  46. #endif
  47. #endif