diff options
| author | Avi Levkovich <avi@twine-s.com> | 2018-05-23 17:43:41 +0300 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2018-05-23 17:43:41 +0300 |
| commit | c62e70f59cd337aa71ddaa00a5259d8bdf436275 (patch) | |
| tree | ec2f951f6a2677f980a3d371d0cb5b6f7d84ff76 /Software/Embedded_SW/Embedded/Communication/PMR/Stubs/StubIntADCReadRequest.pb-c.h | |
| parent | b9c99b358ba0124e32a12f401b7054ce1f85f18c (diff) | |
| download | Tango-c62e70f59cd337aa71ddaa00a5259d8bdf436275.tar.gz Tango-c62e70f59cd337aa71ddaa00a5259d8bdf436275.zip | |
Add Internal ADC support
Diffstat (limited to 'Software/Embedded_SW/Embedded/Communication/PMR/Stubs/StubIntADCReadRequest.pb-c.h')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Communication/PMR/Stubs/StubIntADCReadRequest.pb-c.h | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Communication/PMR/Stubs/StubIntADCReadRequest.pb-c.h b/Software/Embedded_SW/Embedded/Communication/PMR/Stubs/StubIntADCReadRequest.pb-c.h new file mode 100644 index 000000000..cbf4116a6 --- /dev/null +++ b/Software/Embedded_SW/Embedded/Communication/PMR/Stubs/StubIntADCReadRequest.pb-c.h @@ -0,0 +1,74 @@ +/* Generated by the protocol buffer compiler. DO NOT EDIT! */ +/* Generated from: StubIntADCReadRequest.proto */ + +#ifndef PROTOBUF_C_StubIntADCReadRequest_2eproto__INCLUDED +#define PROTOBUF_C_StubIntADCReadRequest_2eproto__INCLUDED + +#include <protobuf-c/protobuf-c.h> + +PROTOBUF_C__BEGIN_DECLS + +#if PROTOBUF_C_VERSION_NUMBER < 1003000 +# error This file was generated by a newer version of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers. +#elif 1003000 < PROTOBUF_C_MIN_COMPILER_VERSION +# 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. +#endif + + +typedef struct _StubIntADCReadRequest StubIntADCReadRequest; + + +/* --- enums --- */ + + +/* --- messages --- */ + +struct _StubIntADCReadRequest +{ + ProtobufCMessage base; + /* + */ + protobuf_c_boolean has_adc_device; + uint32_t adc_device; +}; +#define STUB_INT_ADCREAD_REQUEST__INIT \ + { PROTOBUF_C_MESSAGE_INIT (&stub_int_adcread_request__descriptor) \ + , 0, 0 } + + +/* StubIntADCReadRequest methods */ +void stub_int_adcread_request__init + (StubIntADCReadRequest *message); +size_t stub_int_adcread_request__get_packed_size + (const StubIntADCReadRequest *message); +size_t stub_int_adcread_request__pack + (const StubIntADCReadRequest *message, + uint8_t *out); +size_t stub_int_adcread_request__pack_to_buffer + (const StubIntADCReadRequest *message, + ProtobufCBuffer *buffer); +StubIntADCReadRequest * + stub_int_adcread_request__unpack + (ProtobufCAllocator *allocator, + size_t len, + const uint8_t *data); +void stub_int_adcread_request__free_unpacked + (StubIntADCReadRequest *message, + ProtobufCAllocator *allocator); +/* --- per-message closures --- */ + +typedef void (*StubIntADCReadRequest_Closure) + (const StubIntADCReadRequest *message, + void *closure_data); + +/* --- services --- */ + + +/* --- descriptors --- */ + +extern const ProtobufCMessageDescriptor stub_int_adcread_request__descriptor; + +PROTOBUF_C__END_DECLS + + +#endif /* PROTOBUF_C_StubIntADCReadRequest_2eproto__INCLUDED */ |
