Provides an interface for non-standard data sensors.
◆ dwSensorDataPluginFunctionTable
struct dwSensorDataPluginFunctionTable |
◆ dwSensorDataPlugin_sendPacket
Send a packet via data sensor plugin.
- Parameters
-
[in] | packet | A pointer to the packet to be sent. |
[in] | sensor | Specifies the data sensor to send the message over. |
- Returns
- DW_NOT_SUPPORTED - if the underlying sensor does not support send operation.
DW_INVALID_HANDLE - if given sensor handle is invalid.
DW_INVALID_ARGUMENT - if given arguments are invalid.
DW_NOT_AVAILABLE - if sensor has not been started.
DW_SUCCESS
Definition at line 69 of file DataPlugin.h.
◆ dwSensorDataPlugin_getFunctionTable()
Gets the handle to functions defined in 'dwSensorDataPluginFunctionTable' structure.
- Parameters
-
[out] | functions | A pointer to the function table |
- Returns
- DW_INVALID_ARGUMENT - if pointer to the function table is NULL.
DW_SUCCESS