Configurable data log probes to be used inside Simulink
<fieldname="fl_1"type="float">Log value 1 </field>
<fieldname="fl_2"type="float">Log value 2 </field>
<fieldname="fl_3"type="float">Log value 3 </field>
<fieldname="fl_4"type="float">Log value 4 </field>
<fieldname="fl_5"type="float">Log value 5 </field>
<fieldname="fl_6"type="float">Log value 6 </field>
</message>
<messagename="GPS_DATE_TIME"id="179">
Pilot console PWM messges.
<fieldname="year"type="uint8_t">Year reported by Gps </field>
<fieldname="month"type="uint8_t">Month reported by Gps </field>
<fieldname="day"type="uint8_t">Day reported by Gps </field>
<fieldname="hour"type="uint8_t">Hour reported by Gps </field>
<fieldname="min"type="uint8_t">Min reported by Gps </field>
<fieldname="sec"type="uint8_t">Sec reported by Gps </field>
<fieldname="visSat"type="uint8_t">Visible sattelites reported by Gps </field>
</message>
<messagename="MID_LVL_CMDS"id="180">
Mid Level commands sent from the GS to the autopilot. These are only sent when being opperated in mid-level commands mode from the ground; for periodic report of these commands generated from the autopilot see message XXXX.
<fieldname="target"type="uint8_t">The system setting the commands</field>
<fieldname="uCommand"type="float">Log value 2 </field>
<fieldname="rCommand"type="float">Log value 3 </field>
</message>
<messagename="CTRL_SRFC_PT"id="181">
This message configures the Selective Passthrough mode. it allows to select which control surfaces the Pilot can control from his console. It is implemented as a bitfield as follows:
Position Bit Code
=================================
15-8 Reserved
7 dt_pass 128
6 dla_pass 64
5 dra_pass 32
4 dr_pass 16
3 dle_pass 8
2 dre_pass 4
1 dlf_pass 2
0 drf_pass 1
Where Bit 15 is the MSb. 0 = AP has control of the surface; 1 = Pilot Console has control of the surface.
<fieldname="target"type="uint8_t">The system setting the commands</field>
<fieldname="bitfieldPt"type="uint16_t">Bitfield containing the PT configuration</field>
</message>
<messagename="SLUGS_ACTION"id="183">
Action messages focused on the SLUGS AP.
<fieldname="target"type="uint8_t">The system reporting the action</field>
<fieldname="actionId"type="uint8_t">Action ID. See apDefinitions.h in the SLUGS /clib directory for the ID names</field>
<fieldname="actionVal"type="uint16_t">Value associated with the action</field>