mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
uncrustify libraries/AP_Camera/AP_Camera.cpp
This commit is contained in:
parent
14aab7e878
commit
03637aa176
@ -139,15 +139,15 @@ AP_Camera::configure_msg(mavlink_message_t* msg)
|
||||
}
|
||||
// TODO do something with these values
|
||||
/*
|
||||
packet.aperture
|
||||
packet.command_id
|
||||
packet.engine_cut_off
|
||||
packet.exposure_type
|
||||
packet.extra_param
|
||||
packet.extra_value
|
||||
packet.iso
|
||||
packet.mode
|
||||
packet.shutter_speed
|
||||
* packet.aperture
|
||||
* packet.command_id
|
||||
* packet.engine_cut_off
|
||||
* packet.exposure_type
|
||||
* packet.extra_param
|
||||
* packet.extra_value
|
||||
* packet.iso
|
||||
* packet.mode
|
||||
* packet.shutter_speed
|
||||
*/
|
||||
// echo the message to the ArduCam OSD camera control board
|
||||
// for more info see: http://code.google.com/p/arducam-osd/
|
||||
@ -167,14 +167,14 @@ AP_Camera::control_msg(mavlink_message_t* msg)
|
||||
}
|
||||
// TODO do something with these values
|
||||
/*
|
||||
packet.command_id
|
||||
packet.extra_param
|
||||
packet.extra_value
|
||||
packet.focus_lock
|
||||
packet.session
|
||||
packet.shot
|
||||
packet.zoom_pos
|
||||
packet.zoom_step
|
||||
* packet.command_id
|
||||
* packet.extra_param
|
||||
* packet.extra_value
|
||||
* packet.focus_lock
|
||||
* packet.session
|
||||
* packet.shot
|
||||
* packet.zoom_pos
|
||||
* packet.zoom_step
|
||||
*/
|
||||
if (packet.shot)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user