Paparazzi UAS  v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
dc_ctrl_parrot_mykonos.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2018 OpenUAS
3  *
4  * This file is part of paparazzi.
5  *
6  * paparazzi is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2, or (at your option)
9  * any later version.
10  *
11  * paparazzi is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with paparazzi; see the file COPYING. If not, write to
18  * the Free Software Foundation, 59 Temple Place - Suite 330,
19  * Boston, MA 02111-1307, USA.
20  *
21  */
22 
23 
37 #ifndef DC_CTRL_PARROT_MYKONOS_H
38 #define DC_CTRL_PARROT_MYKONOS_H
39 
40 #include "std.h"
42 
43 // Include Standard Camera Control Interface
44 // Note: Standard DC nneds to be unified and enhance for multicam support
45 #include "dc.h"
46 
47 #include BOARD_CONFIG
48 
58 };
59 
67 };
68 
70 
71 extern void dc_ctrl_parrot_mykonos_init(void);
72 extern void dc_ctrl_parrot_mykonos_periodic(void);
73 extern void dc_ctrl_parrot_mykonos_autoshoot(void);
76 
77 // macro for setting handler
78 #define dc_ctrl_parrot_mykonos_SendCmd(cmd) dc_ctrl_parrot_mykonos_command(cmd)
79 
80 #endif // DC_CTRL_PARROT_MYKONOS_H
enum dc_ctrl_parrot_mykonos_status status
vector in East North Up coordinates Units: meters
void dc_ctrl_parrot_mykonos_periodic(void)
Paparazzi floating point math for geodetic calculations.
Standard Digital Camera Control Interface.
dc_ctrl_parrot_mykonos_status
unsigned long uint32_t
Definition: types.h:18
void dc_ctrl_parrot_mykonos_init(void)
signed short int16_t
Definition: types.h:17
struct Dc_Ctrl_Parrot_Mykonos dc_ctrl_parrot_mykonos
Send report.
void dc_ctrl_parrot_mykonos_command(enum dc_ctrl_parrot_mykonos_status cmd)
void dc_ctrl_parrot_mykonos_autoshoot(void)
void dc_ctrl_parrot_mykonos_autoshoot_start(void)