Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: PinDetect libmDot mbed-rtos mbed
parameterInfo Struct Reference
< paramter information structure More...
#include <common.h>
Data Fields | |
| char * | name |
| paramter name | |
| char * | port |
| port location (if applicable) on device | |
| char * | connector |
| connector location (if applicable) on board | |
| char * | description |
| brief parameter function and use | |
| uint8 | type |
| binary, digital, or analog | |
| char * | uints |
| parameter units (if applicable) | |
| uint8 | mode |
| read only, write only, read write | |
| uint16 | initialInt |
| initial value if binary or digital | |
| uint16 | minInt |
| minimum value if binary or digital | |
| uint16 | maxInt |
| maximum value if binary or digital | |
| float | initialFloat |
| initial value if analog | |
| float | minFloat |
| minimum value if analog | |
| float | maxFloat |
| maximum value if analog | |
| Read | ptrRead |
| read function needed for this parameter (null if not needed) | |
| ReadRegLength | ptrReadRegLength |
| read function needed for this parameter (null if not needed) | |
| Write8 | ptrWrite8 |
| 8 bit write function needed for this paramater (null if not needed) | |
| WriteReg8 | ptrWriteReg8 |
| 8 bit write function needed for this paramater (null if not needed) | |
| Write16 | ptrWrite16 |
| 16 bit write function needed for this paramater (null if not needed) | |
| WriteAnalog | ptrWriteAnalog |
| analog write function needed for this paramater (null if not needed) | |
Detailed Description
< paramter information structure
Definition at line 93 of file common.h.
Field Documentation
| char* description |
| float initialFloat |
| uint16 initialInt |
Generated on Sat Jul 16 2022 13:04:30 by
1.7.2