Rev 1581 | Rev 1584 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1581 | Rev 1583 | ||
|---|---|---|---|
| Line 29... | Line 29... | ||
| 29 | <variables> |
29 | <variables> |
| 30 | <variable name="Hour" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
30 | <variable name="Hour" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
| 31 | <variable name="Minute" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
31 | <variable name="Minute" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
| 32 | <variable name="Second" type="uint" start_bit="16" bit_length="8" unit="" description=""/> |
32 | <variable name="Second" type="uint" start_bit="16" bit_length="8" unit="" description=""/> |
| 33 | <variable name="Zone" type="uint" start_bit="24" bit_length="8" unit="" description="Timezone diff from GMT"/> |
33 | <variable name="Zone" type="uint" start_bit="24" bit_length="8" unit="" description="Timezone diff from GMT"/> |
| - | 34 | </variables> |
|
| - | 35 | </command> |
|
| - | 36 | ||
| - | 37 | <command id="11" name="GPSDate" type="global" module="" description="Date from GPS module"> |
|
| - | 38 | <variables> |
|
| - | 39 | <variable name="Year" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
|
| - | 40 | <variable name="Month" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
|
| - | 41 | <variable name="Day" type="uint" start_bit="16" bit_length="8" unit="" description=""/> |
|
| 34 | </variables> |
42 | </variables> |
| 35 | </command> |
43 | </command> |
| 36 | 44 | ||
| 37 | <command id="64" name="Pwm" type="physical" module="" description="Message for pwm data"> |
45 | <command id="64" name="Pwm" type="physical" module="" description="Message for pwm data"> |
| 38 | <variables> |
46 | <variables> |