Provides SDK structure and enumeration constant definitions (depending on libobsensor/h/ObTypes.h).
More...
#include "libobsensor/h/ObTypes.h"
#include <functional>
Go to the source code of this file.
Provides SDK structure and enumeration constant definitions (depending on libobsensor/h/ObTypes.h).
Definition in file Types.hpp.
◆ SendFileCallback
Callback function for file transfer status updates.
- Parameters
-
state | The file transfer status. |
message | Status information. |
percent | The percentage of the file that has been transferred. |
Definition at line 23 of file Types.hpp.
◆ DeviceUpgradeCallback
Callback function for device upgrade status updates.
- Parameters
-
state | The device upgrade status. |
message | Status information. |
percent | The percentage of the upgrade that has been completed. |
Definition at line 32 of file Types.hpp.
◆ DeviceStateChangedCallback
Callback function for device status updates.
- Parameters
-
state | The device status. |
message | Status information. |
Definition at line 40 of file Types.hpp.
◆ GetDataCallback
Callback function for getting raw data property data when data and progress callbacks are made.
- Parameters
-
dataChunk | The data chunk. |
state | The status of getting the data. |
Definition at line 48 of file Types.hpp.
◆ SetDataCallback
Callback function for setting the raw data property when progress callbacks are made.
- Parameters
-
percent | The progress percentage. |
state | The status of setting the data. |
Definition at line 56 of file Types.hpp.