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

Pattern specific status parameters container. More...

#include <hl_patterns.h>

Data Fields

genericStatusParameters generic
 Generic Pattern Status Parameters.
testStatusParameters test
 Test Pattern Status Parameters.
impactStatusParameters impact
 Impact Pattern Status Parameters.
constantStatusParameters constant
 Constant Pattern Status Parameters.

Detailed Description

Pattern specific status parameters container.

This type definition is useful to increase the readability of the code and to enforce compiler type checking when passing arguments to functions.

The status parameters are intended only for the pattern developer. These parameters are not exposed outside the pattern module.

See also:
Please refer to the generic Pattern Template Generator ( generic.c ) for usage example of the status parameters.

Definition at line 126 of file hl_patterns.h.


Field Documentation

Constant Pattern Status Parameters.

Definition at line 136 of file hl_patterns.h.

Generic Pattern Status Parameters.

Definition at line 127 of file hl_patterns.h.

Impact Pattern Status Parameters.

Definition at line 133 of file hl_patterns.h.

Test Pattern Status Parameters.

Definition at line 130 of file hl_patterns.h.


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