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: max32630fthr USBDevice
Fork of MAXREFDES220_HEART_RATE_MONITOR by
SSBootloaderComm Class Reference
SSBootloaderComm Command handler class for bootloader routines on SmartSensor. More...
#include <SSBootloaderComm.h>
Inherits SensorComm.
Public Member Functions | |
| SSBootloaderComm (USBSerial *USB, SSInterface *ssInterface, DSInterface *dsInterface) | |
| SSBootloaderComm constructor. | |
| bool | parse_command (const char *cmd) |
| Parses DeviceStudio-style commands. | |
| void | comm_init (MaximSensor *s) |
| Initializer for SensorComm. | |
| const char * | get_type () |
| Get the type of the sensor. | |
| virtual const char * | get_part_name () |
| Get the maxim part name of the sensor. | |
| virtual const char * | get_algo_ver () |
| Get the maxim algorithm version of the sensor. | |
| int | get_part_info (uint8_t *part_id, uint8_t *part_rev) |
| Get the id and revision of the part. | |
| bool | is_visible () |
| Returns whether the sensor should be visible to users in DeviceStudio. | |
| bool | is_enabled () |
| Get whether or not the sensor is enabled. | |
| virtual void | stop () |
| Stop collecting data and disable sensor. | |
| virtual int | data_report_execute (char *buf, int size) |
| Fill in buffer with sensor data. | |
Detailed Description
SSBootloaderComm Command handler class for bootloader routines on SmartSensor.
Definition at line 48 of file SSBootloaderComm.h.
Constructor & Destructor Documentation
| SSBootloaderComm | ( | USBSerial * | USB, |
| SSInterface * | ssInterface, | ||
| DSInterface * | dsInterface | ||
| ) |
SSBootloaderComm constructor.
Definition at line 60 of file SSBootloaderComm.cpp.
Member Function Documentation
| void comm_init | ( | MaximSensor * | s ) | [inherited] |
Initializer for SensorComm.
- Parameters:
-
[in] s MaximSensor instance to handle sensor commands.
Definition at line 53 of file SensorComm.cpp.
| int data_report_execute | ( | char * | buf, |
| int | size | ||
| ) | [virtual, inherited] |
Fill in buffer with sensor data.
- Parameters:
-
[in] buf Buffer to fill data into [in] size Maximum size of buffer [out] Number of bytes written to buffer
Reimplemented in SSMAX30101Comm.
Definition at line 179 of file SensorComm.cpp.
| const char * get_algo_ver | ( | ) | [virtual, inherited] |
Get the maxim algorithm version of the sensor.
- Parameters:
-
[out] char* to name (ie "max86140")
Reimplemented in SSMAX30101Comm.
Definition at line 75 of file SensorComm.cpp.
| int get_part_info | ( | uint8_t * | part_id, |
| uint8_t * | part_rev | ||
| ) | [inherited] |
Get the id and revision of the part.
Definition at line 87 of file SensorComm.cpp.
| const char * get_part_name | ( | ) | [virtual, inherited] |
Get the maxim part name of the sensor.
- Parameters:
-
[out] char* to name (ie "max86140")
Reimplemented in SSMAX30101Comm.
Definition at line 63 of file SensorComm.cpp.
| const char * get_type | ( | ) | [inherited] |
Get the type of the sensor.
- Parameters:
-
[out] char* to name of type (ie "ppg")
Definition at line 58 of file SensorComm.cpp.
| bool is_enabled | ( | ) | [inherited] |
Get whether or not the sensor is enabled.
- Parameters:
-
[out] true if the sensor is enabled
Definition at line 98 of file SensorComm.cpp.
| bool is_visible | ( | ) | [inherited] |
Returns whether the sensor should be visible to users in DeviceStudio.
Definition at line 111 of file SensorComm.h.
| bool parse_command | ( | const char * | cmd ) | [virtual] |
Parses DeviceStudio-style commands.
Parses and executes commands. Prints return code to i/o device.
- Returns:
- true if sensor acted upon the command, false if command was unknown
Reimplemented from SensorComm.
Definition at line 124 of file SSBootloaderComm.cpp.
| void stop | ( | ) | [virtual, inherited] |
Stop collecting data and disable sensor.
Reimplemented in SSMAX30101Comm.
Definition at line 175 of file SensorComm.cpp.
Generated on Tue Jul 12 2022 10:59:32 by
1.7.2

Heart Rate SpO2 Algorithm EvKit Health Monitor Development System Board MAXREFDES220