aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Views/JobsView.xaml.cs
blob: d8ef4056c4066caba2cee4a2bee73486926943e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/* Generated by the protocol buffer compiler.  DO NOT EDIT! */
/* Generated from: StubI2CWriteBytesRequest.proto */

/* Do not generate deprecated warnings for self */
#ifndef PROTOBUF_C__NO_DEPRECATED
#define PROTOBUF_C__NO_DEPRECATED
#endif

#include "StubI2CWriteBytesRequest.pb-c.h"
void   stub_i2_cwrite_bytes_request__init
                     (StubI2CWriteBytesRequest         *message)
{
  static const StubI2CWriteBytesRequest init_value = STUB_I2_CWRITE_BYTES_REQUEST__INIT;
  *message = init_value;
}
size_t stub_i2_cwrite_bytes_request__get_packed_size
                     (const StubI2CWriteBytesRequest *message)
{
  assert(message->base.descriptor == &stub_i2_cwrite_bytes_request__descriptor);
  return protobuf_c_mess
class="p">} size_t stub_i2_cwrite_bytes_request__pack (const StubI2CWriteBytesRequest *message, uint8_t *out) { assert(message->base.descriptor == &stub_i2_cwrite_bytes_request__descriptor); return protobuf_c_message_pack ((const ProtobufCMessage*)message, out); } size_t stub_i2_cwrite_bytes_request__pack_to_buffer (const StubI2CWriteBytesRequest *message, ProtobufCBuffer *buffer) { assert(message->base.descriptor == &stub_i2_cwrite_bytes_request__descriptor); return protobuf_c_message_pack_to_buffer ((const ProtobufCMessage*)message, buffer); } StubI2CWriteBytesRequest * stub_i2_cwrite_bytes_request__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data) { return (StubI2CWriteBytesRequest *) protobuf_c_message_unpack (&stub_i2_cwrite_bytes_request__descriptor, allocator, len, data); } void stub_i2_cwrite_bytes_request__free_unpacked (StubI2CWriteBytesRequest *message, ProtobufCAllocator *allocator) { if(!message) return; assert(message->base.descriptor == &stub_i2_cwrite_bytes_request__descriptor); protobuf_c_message_free_unpacked ((ProtobufCMessage*)message, allocator); } static const ProtobufCFieldDescriptor stub_i2_cwrite_bytes_request__field_descriptors[3] = { { "I2CId", 1, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_UINT32, offsetof(StubI2CWriteBytesRequest, has_i2cid), offsetof(StubI2CWriteBytesRequest, i2cid), NULL, NULL, 0, /* flags */ 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "SlaveAddress", 2, PROTOBUF_C_LABEL_OPTIONAL, PROTOBUF_C_TYPE_UINT32, offsetof(StubI2CWriteBytesRequest, has_slaveaddress), offsetof(StubI2CWriteBytesRequest, slaveaddress), NULL, NULL, 0, /* flags */ 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "BytesTWrite", 3, PROTOBUF_C_LABEL_REPEATED, PROTOBUF_C_TYPE_UINT32, offsetof(StubI2CWriteBytesRequest, n_bytestwrite), offsetof(StubI2CWriteBytesRequest, bytestwrite), NULL, NULL, 0, /* flags */ 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned stub_i2_cwrite_bytes_request__field_indices_by_name[] = { 2, /* field[2] = BytesTWrite */ 0, /* field[0] = I2CId */ 1, /* field[1] = SlaveAddress */ }; static const ProtobufCIntRange stub_i2_cwrite_bytes_request__number_ranges[1 + 1] = { { 1, 0 }, { 0, 3 } }; const ProtobufCMessageDescriptor stub_i2_cwrite_bytes_request__descriptor = { PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC, "StubI2CWriteBytesRequest", "StubI2CWriteBytesRequest", "StubI2CWriteBytesRequest", "", sizeof(StubI2CWriteBytesRequest), 3, stub_i2_cwrite_bytes_request__field_descriptors, stub_i2_cwrite_bytes_request__field_indices_by_name, 1, stub_i2_cwrite_bytes_request__number_ranges, (ProtobufCMessageInit) stub_i2_cwrite_bytes_request__init, NULL,NULL,NULL /* reserved[123] */ };