uncrustify libraries/AP_Camera/AP_Camera.cpp

This commit is contained in:
uncrustify 2012-08-16 23:09:29 -07:00 committed by Pat Hickey
parent 14aab7e878
commit 03637aa176

View File

@ -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)
{