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.
Handlers methods requested by HttpDynamic module
This module implements methods requested by HttpDynamic module. More...
Functions | |
| void | HttpDynamicHandler_ActOnLED (inputParams uLedInParams, outputParams *uLedOutParams) |
| This function applies an operation on a LED. | |
| void | HttpDynamicHandler_GetWheelValue (inputParams uWheelInParams, outputParams *uWheelOutParams) |
| This function gets a temperature reading. | |
Detailed Description
This module implements methods requested by HttpDynamic module.
Note this module is only compiled if HTTP_CORE_ENABLE_DYNAMIC is defined in HttpConfig.h
Function Documentation
| void HttpDynamicHandler_ActOnLED | ( | inputParams | uLedInParams, |
| outputParams * | uLedOutParams | ||
| ) |
This function applies an operation on a LED.
It is assumed that the parameters are ordered as denoted below.
- Parameters:
-
uLedParams Includes the LED parameters: LED number and LED action
- Returns:
- no return value
It is assumed that the parameters are ordered as denoted below.
- Parameters:
-
uLedInParams Includes the LED parameters: LED number and LED action uLedOutParams NA. No return parameter is expected.
- Returns:
- no return value
Definition at line 64 of file HttpDynamicHandler.cpp.
| void HttpDynamicHandler_GetWheelValue | ( | inputParams | uWheelInParams, |
| outputParams * | uWheelOutParams | ||
| ) |
This function gets a temperature reading.
- Parameters:
-
uTempInParams Denotes the temerature units, Celsius or Fahrenheit uTempOutParams Denotes the temerature value
- Returns:
- no return value
Definition at line 89 of file HttpDynamicHandler.cpp.
Generated on Wed Jul 13 2022 13:30:51 by
1.7.2