aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DataCapture/Properties/AssemblyInfo.cs
blob: 68ae9f9bc91e30022dffe2311ed982de6a5cb959 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* Generated by the protocol buffer compiler.  DO NOT EDIT! */
/* Generated from: MachineCalibrationDataResponse.proto */

#ifndef PROTOBUF_C_MachineCalibrationDataResponse_2eproto__INCLUDED
#define PROTOBUF_C_MachineCalibrationDataResponse_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

#include "MachineCalibrationData.pb-c.h"

typedef struct _MachineCalibrationDataResponse MachineCalibrationDataResponse;


/* --- enums --- */


/* --- messages --- */

struct  _MachineCalibrationDataResponse
{
  ProtobufCMessage base;
  MachineCalibrationData *machinecalibrationdata;
};
#define MACHINE_CALIBRATION_DATA_RESPONSE__INIT \
 { PROTOBUF_C_MESSAGE_INIT (&machine_calibration_data_response__descriptor) \
    , NULL }


/* MachineCalibrationDataResponse methods */
void   machine_calibration_data_response__init
                     (MachineCalibrationDataResponse         *message);
size_t machine_calibration_data_response__get_packed_size
                     (const MachineCalibrationDataResponse   *message);
size_t machine_calibration_data_response__pack
                     (const MachineCalibrationDataResponse   *message,
                      uint8_t             *out);
size_t machine_calibration_data_response__pack_to_buffer
                     (const MachineCalibrationDataResponse   *message,
                      ProtobufCBuffer     *buffer);
MachineCalibrationDataResponse *
       machine_calibration_data_response__unpack
                     (ProtobufCAllocator  *allocator,
                      size_t               len,
                      const uint8_t       *data);
void   machine_calibration_data_response__free_unpacked
                     (MachineCalibrationDataResponse *message,
                      ProtobufCAllocator *allocator);
/* --- per-message closures --- */

typedef void (*MachineCalibrationDataResponse_Closure)
                 (const MachineCalibrationDataResponse *message,
                  void *closure_data);

/* --- services --- */


/* --- descriptors --- */

extern const ProtobufCMessageDescriptor machine_calibration_data_response__descriptor;

PROTOBUF_C__END_DECLS


#endif  /* PROTOBUF_C_MachineCalibrationDataResponse_2eproto__INCLUDED */