![]() |
HapticLib
0.7
Haptic Feedback Library for embedded systems
|
Pattern descriptor. More...
#include <hl_patterns.h>
Data Fields | |
| pattern_name | name |
| Running Pattern type. | |
| user_param * | userParams |
| Pointer to the optional user parameters of the pattern. | |
| status_param | statusParams |
| Structure holding the pattern specific status informations of the generator. | |
| pattern_continuator | continuator |
| pattern continuator callback function pointer. | |
| struct haptor_desc * | activeHaptorList |
| Pointer to the first haptor_desc structure forming the list of haptors activated by this pattern. | |
Pattern descriptor.
The pattern descriptor holds all the relevant information about a pattern being run on a specific haptor.
Definition at line 211 of file hl_patterns.h.
| struct haptor_desc* activeHaptorList |
Pointer to the first haptor_desc structure forming the list of haptors activated by this pattern.
Definition at line 227 of file hl_patterns.h.
| pattern_continuator continuator |
pattern continuator callback function pointer.
Definition at line 224 of file hl_patterns.h.
| pattern_name name |
Running Pattern type.
Definition at line 213 of file hl_patterns.h.
| status_param statusParams |
Structure holding the pattern specific status informations of the generator.
Definition at line 219 of file hl_patterns.h.
| user_param* userParams |
Pointer to the optional user parameters of the pattern.
Definition at line 215 of file hl_patterns.h.