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
|
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
SHELL = cmd.exe
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../Drivers/I2C_Communication/WHS_Card/D_Max5805_ADC_Blower/Max_5805_Driver.c \
../Drivers/I2C_Communication/WHS_Card/D_Max5805_ADC_Blower/WHS_Blower.c
C_DEPS += \
./Drivers/I2C_Communication/WHS_Card/D_Max5805_ADC_Blower/Max_5805_Driver.d \
./Drivers/I2C_Communication/WHS_Card/D_Max5805_ADC_Blower/WHS_Blower.d
OBJS += \
./Drivers/I2C_Communication/WHS_Card/D_Max5805_ADC_Blower/Max_5805_Driver.obj \
./Drivers/I2C_Communication/WHS_Card/D_Max5805_ADC_Blower/WHS_Blower.obj
OBJS__QUOTED += \
"Drivers\I2C_Communication\WHS_Card\D_Max5805_ADC_Blower\Max_5805_Driver.obj" \
"Drivers\I2C_Communication\WHS_Card\D_Max5805_ADC_Blower\WHS_Blower.obj"
C_DEPS__QUOTED += \
"Drivers\I2C_Communication\WHS_Card\D_Max5805_ADC_Blower\Max_5805_Driver.d" \
"Drivers\I2C_Communication\WHS_Card\D_Max5805_ADC_Blower\WHS_Blower.d"
C_SRCS__QUOTED += \
"../Drivers/I2C_Communication/WHS_Card/D_Max5805_ADC_Blower/Max_5805_Driver.c" \
"../Drivers/I2C_Communication/WHS_Card/D_Max5805_ADC_Blower/WHS_Blower.c"
s { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */
.highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */
.highlight .vc { color: #336699 } /* Name.Variable.Class */
.highlight .vg { color: #dd7700 } /* Name.Variable.Global */
.highlight .vi { color: #3333bb } /* Name.Variable.Instance */
.highlight .vm { color: #336699 } /* Name.Variable.Magic */
.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long *//* Generated by the protocol buffer compiler. DO NOT EDIT! */
/* Generated from: StartThreadLoadingRequest.proto */
/* Do not generate deprecated warnings for self */
#ifndef PROTOBUF_C__NO_DEPRECATED
#define PROTOBUF_C__NO_DEPRECATED
#endif
#include "StartThreadLoadingRequest.pb-c.h"
void start_thread_loading_request__init
(StartThreadLoadingRequest *message)
{
static const StartThreadLoadingRequest init_value = START_THREAD_LOADING_REQUEST__INIT;
*message = init_value;
}
size_t start_thread_loading_request__get_packed_size
(const StartThreadLoadingRequest *message)
{
assert(message->base.descriptor == &start_thread_loading_request__descriptor);
return protobuf_c_message_get_packed_size ((const ProtobufCMessage*)(message));
}
size_t start_thread_loading_request__pack
(const StartThreadLoadingRequest *message,
uint8_t *out)
{
assert(message->base.descriptor == &start_thread_loading_request__descriptor);
return protobuf_c_message_pack ((const ProtobufCMessage*)message, out);
}
size_t start_thread_loading_request__pack_to_buffer
(const StartThreadLoadingRequest *message,
ProtobufCBuffer *buffer)
{
assert(message->base.descriptor == &start_thread_loading_request__descriptor);
return protobuf_c_message_pack_to_buffer ((const ProtobufCMessage*)message, buffer);
}
StartThreadLoadingRequest *
start_thread_loading_request__unpack
(ProtobufCAllocator *allocator,
size_t len,
const uint8_t *data)
{
return (StartThreadLoadingRequest *)
protobuf_c_message_unpack (&start_thread_loading_request__descriptor,
allocator, len, data);
}
void start_thread_loading_request__free_unpacked
(StartThreadLoadingRequest *message,
ProtobufCAllocator *allocator)
{
if(!message)
return;
assert(message->base.descriptor == &start_thread_loading_request__descriptor);
protobuf_c_message_free_unpacked ((ProtobufCMessage*)message, allocator);
}
#define start_thread_loading_request__field_descriptors NULL
#define start_thread_loading_request__field_indices_by_name NULL
#define start_thread_loading_request__number_ranges NULL
const ProtobufCMessageDescriptor start_thread_loading_request__descriptor =
{
PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
"",
"",
"",
"",
sizeof(StartThreadLoadingRequest),
0,
start_thread_loading_request__field_descriptors,
start_thread_loading_request__field_indices_by_name,
0, start_thread_loading_request__number_ranges,
(ProtobufCMessageInit) start_thread_loading_request__init,
NULL,NULL,NULL /* reserved[123] */
};
|