HapticLib  0.7
Haptic Feedback Library for embedded systems
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
pattern_desc Struct Reference

Pattern descriptor. More...

#include <hl_patterns.h>

Data Fields

pattern_name name
 Running Pattern type.
user_paramuserParams
 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_descactiveHaptorList
 Pointer to the first haptor_desc structure forming the list of haptors activated by this pattern.

Detailed Description

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.


Field Documentation

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.

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.


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