Fix: update the correct pre-built script to cmake-sonar.sh
[ric-app/mc.git] / mc-core / mc / local_datasource / gnb_status_indication.pb-c.h
1 /* Generated by the protocol buffer compiler.  DO NOT EDIT! */
2 /* Generated from: gnb_status_indication.proto */
3
4 #ifndef PROTOBUF_C_gnb_5fstatus_5findication_2eproto__INCLUDED
5 #define PROTOBUF_C_gnb_5fstatus_5findication_2eproto__INCLUDED
6
7 #include <protobuf-c/protobuf-c.h>
8
9 PROTOBUF_C__BEGIN_DECLS
10
11 #if PROTOBUF_C_VERSION_NUMBER < 1003000
12 # error This file was generated by a newer version of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers.
13 #elif 1003002 < PROTOBUF_C_MIN_COMPILER_VERSION
14 # error This file was generated by an older version of protoc-c which is incompatible with your libprotobuf-c headers. Please regenerate this file with a newer version of protoc-c.
15 #endif
16
17 #include "x2ap_common_types.pb-c.h"
18
19 typedef struct _StreamingProtobufs__GNBStatusIndication StreamingProtobufs__GNBStatusIndication;
20 typedef struct _StreamingProtobufs__GNBStatusIndicationIEs StreamingProtobufs__GNBStatusIndicationIEs;
21
22
23 /* --- enums --- */
24
25
26 /* --- messages --- */
27
28 struct  _StreamingProtobufs__GNBStatusIndication
29 {
30   ProtobufCMessage base;
31   StreamingProtobufs__GNBStatusIndicationIEs *protocolies;
32 };
33 #define STREAMING_PROTOBUFS__GNBSTATUS_INDICATION__INIT \
34  { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__gnbstatus_indication__descriptor) \
35     , NULL }
36
37
38 struct  _StreamingProtobufs__GNBStatusIndicationIEs
39 {
40   ProtobufCMessage base;
41   StreamingProtobufs__GNBOverloadInformation *id_gnboverloadinformation;
42 };
43 #define STREAMING_PROTOBUFS__GNBSTATUS_INDICATION_IES__INIT \
44  { PROTOBUF_C_MESSAGE_INIT (&streaming_protobufs__gnbstatus_indication_ies__descriptor) \
45     , NULL }
46
47
48 /* StreamingProtobufs__GNBStatusIndication methods */
49 void   streaming_protobufs__gnbstatus_indication__init
50                      (StreamingProtobufs__GNBStatusIndication         *message);
51 size_t streaming_protobufs__gnbstatus_indication__get_packed_size
52                      (const StreamingProtobufs__GNBStatusIndication   *message);
53 size_t streaming_protobufs__gnbstatus_indication__pack
54                      (const StreamingProtobufs__GNBStatusIndication   *message,
55                       uint8_t             *out);
56 size_t streaming_protobufs__gnbstatus_indication__pack_to_buffer
57                      (const StreamingProtobufs__GNBStatusIndication   *message,
58                       ProtobufCBuffer     *buffer);
59 StreamingProtobufs__GNBStatusIndication *
60        streaming_protobufs__gnbstatus_indication__unpack
61                      (ProtobufCAllocator  *allocator,
62                       size_t               len,
63                       const uint8_t       *data);
64 void   streaming_protobufs__gnbstatus_indication__free_unpacked
65                      (StreamingProtobufs__GNBStatusIndication *message,
66                       ProtobufCAllocator *allocator);
67 /* StreamingProtobufs__GNBStatusIndicationIEs methods */
68 void   streaming_protobufs__gnbstatus_indication_ies__init
69                      (StreamingProtobufs__GNBStatusIndicationIEs         *message);
70 size_t streaming_protobufs__gnbstatus_indication_ies__get_packed_size
71                      (const StreamingProtobufs__GNBStatusIndicationIEs   *message);
72 size_t streaming_protobufs__gnbstatus_indication_ies__pack
73                      (const StreamingProtobufs__GNBStatusIndicationIEs   *message,
74                       uint8_t             *out);
75 size_t streaming_protobufs__gnbstatus_indication_ies__pack_to_buffer
76                      (const StreamingProtobufs__GNBStatusIndicationIEs   *message,
77                       ProtobufCBuffer     *buffer);
78 StreamingProtobufs__GNBStatusIndicationIEs *
79        streaming_protobufs__gnbstatus_indication_ies__unpack
80                      (ProtobufCAllocator  *allocator,
81                       size_t               len,
82                       const uint8_t       *data);
83 void   streaming_protobufs__gnbstatus_indication_ies__free_unpacked
84                      (StreamingProtobufs__GNBStatusIndicationIEs *message,
85                       ProtobufCAllocator *allocator);
86 /* --- per-message closures --- */
87
88 typedef void (*StreamingProtobufs__GNBStatusIndication_Closure)
89                  (const StreamingProtobufs__GNBStatusIndication *message,
90                   void *closure_data);
91 typedef void (*StreamingProtobufs__GNBStatusIndicationIEs_Closure)
92                  (const StreamingProtobufs__GNBStatusIndicationIEs *message,
93                   void *closure_data);
94
95 /* --- services --- */
96
97
98 /* --- descriptors --- */
99
100 extern const ProtobufCMessageDescriptor streaming_protobufs__gnbstatus_indication__descriptor;
101 extern const ProtobufCMessageDescriptor streaming_protobufs__gnbstatus_indication_ies__descriptor;
102
103 PROTOBUF_C__END_DECLS
104
105
106 #endif  /* PROTOBUF_C_gnb_5fstatus_5findication_2eproto__INCLUDED */