mirror of
https://github.com/mavlink/mavlink-devguide.git
synced 2026-06-19 07:36:26 +00:00
3a99f9a81c
* New translations common.md (Korean) * New translations common.md (Chinese Simplified) * New translations csairlink.md (Korean) * New translations minimal.md (Korean) * New translations paparazzi.md (Korean) * New translations python_array_test.md (Korean) * New translations standard.md (Korean) * New translations storm32.md (Korean) * New translations test.md (Korean) * New translations uavionix.md (Korean) * New translations all.md (Korean) * New translations ardupilotmega.md (Korean) * New translations asluav.md (Korean) * New translations avssuas.md (Korean) * New translations ftp.md (Korean) * New translations loweheiser.md (Korean) * New translations csairlink.md (Chinese Simplified) * New translations minimal.md (Chinese Simplified) * New translations paparazzi.md (Chinese Simplified) * New translations python_array_test.md (Chinese Simplified) * New translations standard.md (Chinese Simplified) * New translations storm32.md (Chinese Simplified) * New translations test.md (Chinese Simplified) * New translations uavionix.md (Chinese Simplified) * New translations all.md (Chinese Simplified) * New translations ardupilotmega.md (Chinese Simplified) * New translations asluav.md (Chinese Simplified) * New translations avssuas.md (Chinese Simplified) * New translations ftp.md (Chinese Simplified) * New translations loweheiser.md (Chinese Simplified) * New translations define_xml_element.md (Korean) * New translations xml_schema.md (Korean) * New translations define_xml_element.md (Chinese Simplified) * New translations xml_schema.md (Chinese Simplified)
3.0 KiB
3.0 KiB
Dialect: test
The test dialect is used for testing XML file parsing.
This topic is a human-readable form of the XML definition file: test.xml.
::: info
- MAVLink 2 extension fields are displayed in blue.
- Entities from dialects are displayed only as headings (with link to original)
:::
<style> span.ext { color: blue; } span.warning { color: red; } </style>Protocol version: 3
MAVLink Include Files
None
목차
| Type | Defined | Included |
|---|---|---|
| Messages | 1 | 0 |
| Enums | 0 | 0 |
| Commands | 0 | 0 |
The following sections list all entities in the dialect (both included and defined in this file).
Messages
TEST_TYPES (17000)
Test all field types
| Field Name | Type | Description |
|---|---|---|
| c | char |
char |
| s | char[10] |
string |
| u8 | uint8_t |
uint8_t |
| u16 | uint16_t |
uint16_t |
| u32 | uint32_t |
uint32_t |
| u64 | uint64_t |
uint64_t |
| s8 | int8_t |
int8_t |
| s16 | int16_t |
int16_t |
| s32 | int32_t |
int32_t |
| s64 | int64_t |
int64_t |
| f | float |
float |
| d | double |
double |
| u8_array | uint8_t[3] |
uint8_t_array |
| u16_array | uint16_t[3] |
uint16_t_array |
| u32_array | uint32_t[3] |
uint32_t_array |
| u64_array | uint64_t[3] |
uint64_t_array |
| s8_array | int8_t[3] |
int8_t_array |
| s16_array | int16_t[3] |
int16_t_array |
| s32_array | int32_t[3] |
int32_t_array |
| s64_array | int64_t[3] |
int64_t_array |
| f_array | float[3] |
float_array |
| d_array | double[3] |
double_array |