/* Generated by the protocol buffer compiler. DO NOT EDIT! */ /* Generated from: AbortPowerUpResponse.proto */ /* Do not generate deprecated warnings for self */ #ifndef PROTOBUF_C__NO_DEPRECATED #define PROTOBUF_C__NO_DEPRECATED #endif #include "AbortPowerUpResponse.pb-c.h" void abort_power_up_response__init (AbortPowerUpResponse *message) { static const AbortPowerUpResponse init_value = ABORT_POWER_UP_RESPONSE__INIT; *message = init_value; } size_t abort_power_up_response__get_packed_size (const AbortPowerUpResponse *message) { assert(message->base.descriptor == &abort_power_up_response__descriptor); return protobuf_c_message_get_packed_size ((const ProtobufCMessage*)(message)); } size_t abort_power_up_response__pack (const AbortPowerUpResponse *message, uint8_t *out) { assert(message->base.descriptor == &abort_power_up_response__descriptor); return protobuf_c_message_pack ((const ProtobufCMessage*)message, out); } size_t abort_power_up_response__pack_to_buffer (const AbortPowerUpResponse *message, ProtobufCBuffer *buffer) { assert(message->base.descriptor == &abort_power_up_response__descriptor); return protobuf_c_message_pack_to_buffer ((const ProtobufCMessage*)message, buffer); } AbortPowerUpResponse * abort_power_up_response__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data) { return (AbortPowerUpResponse *) protobuf_c_message_unpack (&abort_power_up_response__descriptor, allocator, len, data); } void abort_power_up_response__free_unpacked (AbortPowerUpResponse *message, ProtobufCAllocator *allocator) { if(!message) return; assert(message->base.descriptor == &abort_power_up_response__descriptor); protobuf_c_message_free_unpacked ((ProtobufCMessage*)message, allocator); } #define abort_power_up_response__field_descriptors NULL #define abort_power_up_response__field_indices_by_name NULL #define abort_power_up_response__number_ranges NULL const ProtobufCMessageDescriptor abort_power_up_response__descriptor = { PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC, "", "", "", "", sizeof(AbortPowerUpResponse), 0, abort_power_up_response__field_descriptors, abort_power_up_response__field_indices_by_name, 0, abort_power_up_response__number_ranges, (ProtobufCMessageInit) abort_power_up_response__init, NULL,NULL,NULL /* reserved[123] */ };