NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mavlink_msg_digicam_control.h
Go to the documentation of this file.
1 // MESSAGE DIGICAM_CONTROL PACKING
2 
3 #define MAVLINK_MSG_ID_DIGICAM_CONTROL 155
4 
6 {
7  float extra_value;
8  uint8_t target_system;
9  uint8_t target_component;
10  uint8_t session;
11  uint8_t zoom_pos;
12  int8_t zoom_step;
13  uint8_t focus_lock;
14  uint8_t shot;
15  uint8_t command_id;
16  uint8_t extra_param;
18 
19 #define MAVLINK_MSG_ID_DIGICAM_CONTROL_LEN 13
20 #define MAVLINK_MSG_ID_155_LEN 13
21 
22 #define MAVLINK_MSG_ID_DIGICAM_CONTROL_CRC 22
23 #define MAVLINK_MSG_ID_155_CRC 22
24 
25 
26 
27 #define MAVLINK_MESSAGE_INFO_DIGICAM_CONTROL { \
28  "DIGICAM_CONTROL", \
29  10, \
30  { { "extra_value", NULL, MAVLINK_TYPE_FLOAT, 0, 0, offsetof(mavlink_digicam_control_t, extra_value) }, \
31  { "target_system", NULL, MAVLINK_TYPE_UINT8_T, 0, 4, offsetof(mavlink_digicam_control_t, target_system) }, \
32  { "target_component", NULL, MAVLINK_TYPE_UINT8_T, 0, 5, offsetof(mavlink_digicam_control_t, target_component) }, \
33  { "session", NULL, MAVLINK_TYPE_UINT8_T, 0, 6, offsetof(mavlink_digicam_control_t, session) }, \
34  { "zoom_pos", NULL, MAVLINK_TYPE_UINT8_T, 0, 7, offsetof(mavlink_digicam_control_t, zoom_pos) }, \
35  { "zoom_step", NULL, MAVLINK_TYPE_INT8_T, 0, 8, offsetof(mavlink_digicam_control_t, zoom_step) }, \
36  { "focus_lock", NULL, MAVLINK_TYPE_UINT8_T, 0, 9, offsetof(mavlink_digicam_control_t, focus_lock) }, \
37  { "shot", NULL, MAVLINK_TYPE_UINT8_T, 0, 10, offsetof(mavlink_digicam_control_t, shot) }, \
38  { "command_id", NULL, MAVLINK_TYPE_UINT8_T, 0, 11, offsetof(mavlink_digicam_control_t, command_id) }, \
39  { "extra_param", NULL, MAVLINK_TYPE_UINT8_T, 0, 12, offsetof(mavlink_digicam_control_t, extra_param) }, \
40  } \
41 }
42 
43 
62 static inline uint16_t mavlink_msg_digicam_control_pack(uint8_t system_id, uint8_t component_id, mavlink_message_t* msg,
63  uint8_t target_system, uint8_t target_component, uint8_t session, uint8_t zoom_pos, int8_t zoom_step, uint8_t focus_lock, uint8_t shot, uint8_t command_id, uint8_t extra_param, float extra_value)
64 {
65 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
67  _mav_put_float(buf, 0, extra_value);
68  _mav_put_uint8_t(buf, 4, target_system);
69  _mav_put_uint8_t(buf, 5, target_component);
70  _mav_put_uint8_t(buf, 6, session);
71  _mav_put_uint8_t(buf, 7, zoom_pos);
72  _mav_put_int8_t(buf, 8, zoom_step);
73  _mav_put_uint8_t(buf, 9, focus_lock);
74  _mav_put_uint8_t(buf, 10, shot);
75  _mav_put_uint8_t(buf, 11, command_id);
76  _mav_put_uint8_t(buf, 12, extra_param);
77 
79 #else
81  packet.extra_value = extra_value;
82  packet.target_system = target_system;
83  packet.target_component = target_component;
84  packet.session = session;
85  packet.zoom_pos = zoom_pos;
86  packet.zoom_step = zoom_step;
87  packet.focus_lock = focus_lock;
88  packet.shot = shot;
89  packet.command_id = command_id;
90  packet.extra_param = extra_param;
91 
93 #endif
94 
95  msg->msgid = MAVLINK_MSG_ID_DIGICAM_CONTROL;
96 #if MAVLINK_CRC_EXTRA
98 #else
99  return mavlink_finalize_message(msg, system_id, component_id, MAVLINK_MSG_ID_DIGICAM_CONTROL_LEN);
100 #endif
101 }
102 
121 static inline uint16_t mavlink_msg_digicam_control_pack_chan(uint8_t system_id, uint8_t component_id, uint8_t chan,
122  mavlink_message_t* msg,
123  uint8_t target_system,uint8_t target_component,uint8_t session,uint8_t zoom_pos,int8_t zoom_step,uint8_t focus_lock,uint8_t shot,uint8_t command_id,uint8_t extra_param,float extra_value)
124 {
125 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
127  _mav_put_float(buf, 0, extra_value);
128  _mav_put_uint8_t(buf, 4, target_system);
129  _mav_put_uint8_t(buf, 5, target_component);
130  _mav_put_uint8_t(buf, 6, session);
131  _mav_put_uint8_t(buf, 7, zoom_pos);
132  _mav_put_int8_t(buf, 8, zoom_step);
133  _mav_put_uint8_t(buf, 9, focus_lock);
134  _mav_put_uint8_t(buf, 10, shot);
135  _mav_put_uint8_t(buf, 11, command_id);
136  _mav_put_uint8_t(buf, 12, extra_param);
137 
139 #else
141  packet.extra_value = extra_value;
142  packet.target_system = target_system;
143  packet.target_component = target_component;
144  packet.session = session;
145  packet.zoom_pos = zoom_pos;
146  packet.zoom_step = zoom_step;
147  packet.focus_lock = focus_lock;
148  packet.shot = shot;
149  packet.command_id = command_id;
150  packet.extra_param = extra_param;
151 
153 #endif
154 
155  msg->msgid = MAVLINK_MSG_ID_DIGICAM_CONTROL;
156 #if MAVLINK_CRC_EXTRA
158 #else
159  return mavlink_finalize_message_chan(msg, system_id, component_id, chan, MAVLINK_MSG_ID_DIGICAM_CONTROL_LEN);
160 #endif
161 }
162 
171 static inline uint16_t mavlink_msg_digicam_control_encode(uint8_t system_id, uint8_t component_id, mavlink_message_t* msg, const mavlink_digicam_control_t* digicam_control)
172 {
173  return mavlink_msg_digicam_control_pack(system_id, component_id, msg, digicam_control->target_system, digicam_control->target_component, digicam_control->session, digicam_control->zoom_pos, digicam_control->zoom_step, digicam_control->focus_lock, digicam_control->shot, digicam_control->command_id, digicam_control->extra_param, digicam_control->extra_value);
174 }
175 
185 static inline uint16_t mavlink_msg_digicam_control_encode_chan(uint8_t system_id, uint8_t component_id, uint8_t chan, mavlink_message_t* msg, const mavlink_digicam_control_t* digicam_control)
186 {
187  return mavlink_msg_digicam_control_pack_chan(system_id, component_id, chan, msg, digicam_control->target_system, digicam_control->target_component, digicam_control->session, digicam_control->zoom_pos, digicam_control->zoom_step, digicam_control->focus_lock, digicam_control->shot, digicam_control->command_id, digicam_control->extra_param, digicam_control->extra_value);
188 }
189 
205 #ifdef MAVLINK_USE_CONVENIENCE_FUNCTIONS
206 
207 static inline void mavlink_msg_digicam_control_send(mavlink_channel_t chan, uint8_t target_system, uint8_t target_component, uint8_t session, uint8_t zoom_pos, int8_t zoom_step, uint8_t focus_lock, uint8_t shot, uint8_t command_id, uint8_t extra_param, float extra_value)
208 {
209 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
211  _mav_put_float(buf, 0, extra_value);
212  _mav_put_uint8_t(buf, 4, target_system);
213  _mav_put_uint8_t(buf, 5, target_component);
214  _mav_put_uint8_t(buf, 6, session);
215  _mav_put_uint8_t(buf, 7, zoom_pos);
216  _mav_put_int8_t(buf, 8, zoom_step);
217  _mav_put_uint8_t(buf, 9, focus_lock);
218  _mav_put_uint8_t(buf, 10, shot);
219  _mav_put_uint8_t(buf, 11, command_id);
220  _mav_put_uint8_t(buf, 12, extra_param);
221 
222 #if MAVLINK_CRC_EXTRA
224 #else
225  _mav_finalize_message_chan_send(chan, MAVLINK_MSG_ID_DIGICAM_CONTROL, buf, MAVLINK_MSG_ID_DIGICAM_CONTROL_LEN);
226 #endif
227 #else
229  packet.extra_value = extra_value;
230  packet.target_system = target_system;
231  packet.target_component = target_component;
232  packet.session = session;
233  packet.zoom_pos = zoom_pos;
234  packet.zoom_step = zoom_step;
235  packet.focus_lock = focus_lock;
236  packet.shot = shot;
237  packet.command_id = command_id;
238  packet.extra_param = extra_param;
239 
240 #if MAVLINK_CRC_EXTRA
241  _mav_finalize_message_chan_send(chan, MAVLINK_MSG_ID_DIGICAM_CONTROL, (const char *)&packet, MAVLINK_MSG_ID_DIGICAM_CONTROL_LEN, MAVLINK_MSG_ID_DIGICAM_CONTROL_CRC);
242 #else
243  _mav_finalize_message_chan_send(chan, MAVLINK_MSG_ID_DIGICAM_CONTROL, (const char *)&packet, MAVLINK_MSG_ID_DIGICAM_CONTROL_LEN);
244 #endif
245 #endif
246 }
247 
248 #if MAVLINK_MSG_ID_DIGICAM_CONTROL_LEN <= MAVLINK_MAX_PAYLOAD_LEN
249 /*
250  This varient of _send() can be used to save stack space by re-using
251  memory from the receive buffer. The caller provides a
252  mavlink_message_t which is the size of a full mavlink message. This
253  is usually the receive buffer for the channel, and allows a reply to an
254  incoming message with minimum stack space usage.
255  */
256 static inline void mavlink_msg_digicam_control_send_buf(mavlink_message_t *msgbuf, mavlink_channel_t chan, uint8_t target_system, uint8_t target_component, uint8_t session, uint8_t zoom_pos, int8_t zoom_step, uint8_t focus_lock, uint8_t shot, uint8_t command_id, uint8_t extra_param, float extra_value)
257 {
258 #if MAVLINK_NEED_BYTE_SWAP || !MAVLINK_ALIGNED_FIELDS
259  char *buf = (char *)msgbuf;
260  _mav_put_float(buf, 0, extra_value);
261  _mav_put_uint8_t(buf, 4, target_system);
262  _mav_put_uint8_t(buf, 5, target_component);
263  _mav_put_uint8_t(buf, 6, session);
264  _mav_put_uint8_t(buf, 7, zoom_pos);
265  _mav_put_int8_t(buf, 8, zoom_step);
266  _mav_put_uint8_t(buf, 9, focus_lock);
267  _mav_put_uint8_t(buf, 10, shot);
268  _mav_put_uint8_t(buf, 11, command_id);
269  _mav_put_uint8_t(buf, 12, extra_param);
270 
271 #if MAVLINK_CRC_EXTRA
273 #else
274  _mav_finalize_message_chan_send(chan, MAVLINK_MSG_ID_DIGICAM_CONTROL, buf, MAVLINK_MSG_ID_DIGICAM_CONTROL_LEN);
275 #endif
276 #else
278  packet->extra_value = extra_value;
279  packet->target_system = target_system;
280  packet->target_component = target_component;
281  packet->session = session;
282  packet->zoom_pos = zoom_pos;
283  packet->zoom_step = zoom_step;
284  packet->focus_lock = focus_lock;
285  packet->shot = shot;
286  packet->command_id = command_id;
287  packet->extra_param = extra_param;
288 
289 #if MAVLINK_CRC_EXTRA
290  _mav_finalize_message_chan_send(chan, MAVLINK_MSG_ID_DIGICAM_CONTROL, (const char *)packet, MAVLINK_MSG_ID_DIGICAM_CONTROL_LEN, MAVLINK_MSG_ID_DIGICAM_CONTROL_CRC);
291 #else
292  _mav_finalize_message_chan_send(chan, MAVLINK_MSG_ID_DIGICAM_CONTROL, (const char *)packet, MAVLINK_MSG_ID_DIGICAM_CONTROL_LEN);
293 #endif
294 #endif
295 }
296 #endif
297 
298 #endif
299 
300 // MESSAGE DIGICAM_CONTROL UNPACKING
301 
302 
308 static inline uint8_t mavlink_msg_digicam_control_get_target_system(const mavlink_message_t* msg)
309 {
310  return _MAV_RETURN_uint8_t(msg, 4);
311 }
312 
318 static inline uint8_t mavlink_msg_digicam_control_get_target_component(const mavlink_message_t* msg)
319 {
320  return _MAV_RETURN_uint8_t(msg, 5);
321 }
322 
328 static inline uint8_t mavlink_msg_digicam_control_get_session(const mavlink_message_t* msg)
329 {
330  return _MAV_RETURN_uint8_t(msg, 6);
331 }
332 
338 static inline uint8_t mavlink_msg_digicam_control_get_zoom_pos(const mavlink_message_t* msg)
339 {
340  return _MAV_RETURN_uint8_t(msg, 7);
341 }
342 
348 static inline int8_t mavlink_msg_digicam_control_get_zoom_step(const mavlink_message_t* msg)
349 {
350  return _MAV_RETURN_int8_t(msg, 8);
351 }
352 
358 static inline uint8_t mavlink_msg_digicam_control_get_focus_lock(const mavlink_message_t* msg)
359 {
360  return _MAV_RETURN_uint8_t(msg, 9);
361 }
362 
368 static inline uint8_t mavlink_msg_digicam_control_get_shot(const mavlink_message_t* msg)
369 {
370  return _MAV_RETURN_uint8_t(msg, 10);
371 }
372 
378 static inline uint8_t mavlink_msg_digicam_control_get_command_id(const mavlink_message_t* msg)
379 {
380  return _MAV_RETURN_uint8_t(msg, 11);
381 }
382 
388 static inline uint8_t mavlink_msg_digicam_control_get_extra_param(const mavlink_message_t* msg)
389 {
390  return _MAV_RETURN_uint8_t(msg, 12);
391 }
392 
398 static inline float mavlink_msg_digicam_control_get_extra_value(const mavlink_message_t* msg)
399 {
400  return _MAV_RETURN_float(msg, 0);
401 }
402 
409 static inline void mavlink_msg_digicam_control_decode(const mavlink_message_t* msg, mavlink_digicam_control_t* digicam_control)
410 {
411 #if MAVLINK_NEED_BYTE_SWAP
412  digicam_control->extra_value = mavlink_msg_digicam_control_get_extra_value(msg);
413  digicam_control->target_system = mavlink_msg_digicam_control_get_target_system(msg);
414  digicam_control->target_component = mavlink_msg_digicam_control_get_target_component(msg);
415  digicam_control->session = mavlink_msg_digicam_control_get_session(msg);
416  digicam_control->zoom_pos = mavlink_msg_digicam_control_get_zoom_pos(msg);
417  digicam_control->zoom_step = mavlink_msg_digicam_control_get_zoom_step(msg);
418  digicam_control->focus_lock = mavlink_msg_digicam_control_get_focus_lock(msg);
419  digicam_control->shot = mavlink_msg_digicam_control_get_shot(msg);
420  digicam_control->command_id = mavlink_msg_digicam_control_get_command_id(msg);
421  digicam_control->extra_param = mavlink_msg_digicam_control_get_extra_param(msg);
422 #else
423  memcpy(digicam_control, _MAV_PAYLOAD(msg), MAVLINK_MSG_ID_DIGICAM_CONTROL_LEN);
424 #endif
425 }
#define _mav_put_float(buf, wire_offset, b)
Definition: protocol.h:145
#define _MAV_RETURN_uint8_t(msg, wire_offset)
Definition: protocol.h:238
#define _mav_put_uint8_t(buf, wire_offset, b)
Definition: protocol.h:134
#define _MAV_RETURN_int8_t(msg, wire_offset)
Definition: protocol.h:237
#define _mav_put_int8_t(buf, wire_offset, b)
Definition: protocol.h:135