HapticLib  0.7
Haptic Feedback Library for embedded systems
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
impact.h File Reference

Impact Pattern generator function header. More...

Go to the source code of this file.

Data Structures

struct  impactUserParameters
 Struct for user provided parameters to hl_startPattern(). More...
struct  impactStatusParameters
 Impact pattern status parameters type definition. More...

Typedefs

typedef enum ImpactMaterial ImpactMaterial
 User Parameter Values for Material user parameter.
typedef enum ImpactVelocity ImpactVelocity
 User Parameter Values for Velocity user parameter.

Enumerations

enum  ImpactMaterial { Rubber = 1, Wood = 2, Aluminum = 3 }
 User Parameter Values for Material user parameter. More...
enum  ImpactVelocity { Slow = 1, Normal = 2, Fast = 3 }
 User Parameter Values for Velocity user parameter. More...

Detailed Description

Impact Pattern generator function header.

Here impactPatternParameters type is defined.

Author:
Silvio Vallorani
Version:
v0.7
Date:
2012

Definition in file impact.h.


Typedef Documentation

User Parameter Values for Material user parameter.

Enumeration of material types that can be passed as parameter to Impact Pattern Generator in a user friendly way.

User Parameter Values for Velocity user parameter.

Enumeration of velocities that can be passed as parameter to Impact Pattern Generator in a user friendly way.


Enumeration Type Documentation

User Parameter Values for Material user parameter.

Enumeration of material types that can be passed as parameter to Impact Pattern Generator in a user friendly way.

Enumerator:
Rubber 
Wood 
Aluminum 

Definition at line 41 of file impact.h.

User Parameter Values for Velocity user parameter.

Enumeration of velocities that can be passed as parameter to Impact Pattern Generator in a user friendly way.

Enumerator:
Slow 
Normal 
Fast 

Definition at line 55 of file impact.h.