activity_recognition_module Struct Reference

activity_recognition_module Struct Reference

#include < activity_recognition.h >

Data Fields

hw_module_t   common
 
int(*  get_supported_activities_list )(struct activity_recognition_module *module, char const *const **activity_list)
 

Detailed Description

Definition at line 123 of file activity_recognition.h .

Field Documentation

Common methods of the activity recognition module. This must be the first member of activity_recognition_module as users of this structure will cast a hw_module_t to activity_recognition_module pointer in contexts where it's known the hw_module_t references an activity_recognition_module .

Definition at line 130 of file activity_recognition.h .

int(* get_supported_activities_list)(struct activity_recognition_module *module, char const *const **activity_list)

Definition at line 139 of file activity_recognition.h .


The documentation for this struct was generated from the following file: