aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Images/camera.png
blob: 526573632c074d2f557f565f5f25269f329bfd29 (plain)
ofshex dumpascii
0000 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 00 40 00 00 00 40 08 06 00 00 00 aa 69 71 .PNG........IHDR...@...@......iq
0020 de 00 00 00 04 73 42 49 54 08 08 08 08 7c 08 64 88 00 00 00 09 70 48 59 73 00 00 01 bb 00 00 01 .....sBIT....|.d.....pHYs.......
0040 bb 01 3a ec e3 e2 00 00 00 19 74 45 58 74 53 6f 66 74 77 61 72 65 00 77 77 77 2e 69 6e 6b 73 63 ..:.......tEXtSoftware.www.inksc
0060 61 70 65 2e 6f 72 67 9b ee 3c 1a 00 00 04 cd 49 44 41 54 78 9c ed 9a 5f 4c 5b 55 1c c7 bf bf 73 ape.org..<.....IDATx..._L[U....s
0080 6f 5b 5a da d1 0e 8a 06 ba 59 09 89 2e 66 71 51 42 5c e2 9f c6 0a d1 68 8c 33 c6 37 13 13 a3 0f o[Z......Y...fqQB\.....h.3.7....
00a0 c6 97 3d 28 34 c4 6c 33 0e aa 4b 7c 54 1f 4c 16 ff 45 8d 3e 98 38 13 c2 fe 48 cc 1e f6 b0 d0 3d ..=(4.l3..K|T.L..E.>.8...H.....=
00c0 38 14 e8 70 43 c2 66 5c 81 02 85 de fe b9 3f 1f 36 10 7a 4b 1d e5 b6 07 68 3f 8f e7 9e fe ee f7 8..pC.f\......?.6.zK....h?......
00e0 f7 ed 39 bf 73 ce bd 97 98 19 95 8c 90 2d 40 36 55 03 64 0b 90 4d d5 00 d9 02 64 53 35 40 b6 00 ..9.s........-@6U.d..M....dS5@..
0100 d9 54 0d 90 2d 40 36 55 03 64 0b 90 4d c5 1b a0 6e e6 c7 93 93 93 76 a7 d3 69 33 4b 4c 39 61 66 .T..-@6U.d..M...n.....v..i3KL9af
0120 f6 78 3c 71 2a f6 34 18 8b c5 5e 24 a6 6f 01 58 cc 95 56 56 be 29 7a 0a 10 e8 71 6c ef e4 41 20 .x<q*.4...^$.o.X..VV.)z...ql..A.
0140 7b c5 d6 00 06 47 14 ab f2 5a d1 35 60 7e 7e e1 b1 74 2a 6d a6 a6 b2 a1 28 ca a2 62 71 bc b4 b7 {....G...Z.5`~~..t*m....(..bq...
0160 a1 7e ba f8 22 c8 db 73 05 51 14 65 c9 62 53 0f f8 7c 8d e3 40 85 2d 83 44 04 8b 4d 7d d0 e7 f3 .~.."..s.Q.e.bS..|..@.-.D..M}...
0180 8d 2d b7 55 8c 01 44 84 e8 68 34 b3 3a 79 60 93 fb 80 ed 02 11 61 64 78 04 99 4c c6 70 6d c7 8f .-.U..D..h4.:y`......adx.
/* Generated by the protocol buffer compiler.  DO NOT EDIT! */
/* Generated from: StubCartridgeWriteRequest.proto */

#ifndef PROTOBUF_C_StubCartridgeWriteRequest_2eproto__INCLUDED
#define PROTOBUF_C_StubCartridgeWriteRequest_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 _StubCartridgeWriteRequest StubCartridgeWriteRequest;


/* --- enums --- */


/* --- messages --- */

struct  _StubCartridgeWriteRequest
{
  ProtobufCMessage base;
  /*
   *0..7
   */
  protobuf_c_boolean has_cartridgeid;
  uint32_t cartridgeid;
  /*
   */
  protobuf_c_boolean has_cartridgecolor;
  uint32_t cartridgecolor;
  protobuf_c_boolean has_cartridgeversion;
  uint32_t cartridgeversion;
  protobuf_c_boolean has_cartridgedata;
  uint32_t cartridgedata;
  /*
   * 0 - new 1- used
   */
  protobuf_c_boolean has_cartridgeused;
  protobuf_c_boolean cartridgeused;
};
#define STUB_CARTRIDGE_WRITE_REQUEST__INIT \
 { PROTOBUF_C_MESSAGE_INIT (&stub_cartridge_write_request__descriptor) \
    , 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }


/* StubCartridgeWriteRequest methods */
void   stub_cartridge_write_request__init
                     (StubCartridgeWriteRequest         *message);
size_t stub_cartridge_write_request__get_packed_size
                     (const StubCartridgeWriteRequest   *message);
size_t stub_cartridge_write_request__pack
                     (const StubCartridgeWriteRequest   *message,
                      uint8_t             *out);
size_t stub_cartridge_write_request__pack_to_buffer
                     (const StubCartridgeWriteRequest   *message,
                      ProtobufCBuffer     *buffer);
StubCartridgeWriteRequest *
       stub_cartridge_write_request__unpack
                     (ProtobufCAllocator  *allocator,
                      size_t               len,
                      const uint8_t       *data);
void   stub_cartridge_write_request__free_unpacked
                     (StubCartridgeWriteRequest *message,
                      ProtobufCAllocator *allocator);
/* --- per-message closures --- */

typedef void (*StubCartridgeWriteRequest_Closure)
                 (const StubCartridgeWriteRequest *message,
                  void *closure_data);

/* --- services --- */


/* --- descriptors --- */

extern const ProtobufCMessageDescriptor stub_cartridge_write_request__descriptor;

PROTOBUF_C__END_DECLS


#endif  /* PROTOBUF_C_StubCartridgeWriteRequest_2eproto__INCLUDED */