nRF Connect SDK API 2.8.99
|
#define IS_EVENT | ( | _ptr, | |
_mod, | |||
_evt ) |
#include <applications/asset_tracker_v2/src/modules/modules_common.h>
Macro that checks if an event is of a certain type.
_ptr | Name of module message struct variable. |
_mod | Name of module that the event corresponds to. |
_evt | Name of the event. |