-
Notifications
You must be signed in to change notification settings - Fork 0
/
mouth.h
28 lines (17 loc) · 778 Bytes
/
mouth.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
MOUTH.h
*/
/* Time to beat this into a shape */
int CVIFUNC mouth_InitRF (void);
int CVIFUNC mouth_Error (const char message[], dnaByte abortQ,
dnaByte forceErrorQ);
int CVIFUNC mouth_WriteDS345 (const char command[], int numberofBytes);
int CVIFUNC mouth_ZeroDS345 (void);
int CVIFUNC mouth_MakeIdleCommand (char ** command, double amp, double DCOffset,
double freq);
int CVIFUNC mouth_AddBufferCommand (dnaBufferRF*buffer, double amp, double freq);
int CVIFUNC mouth_AddBufferZero (dnaBufferRF*buffer);
int CVIFUNC mouth_AddBufferFreq (dnaBufferRF*buffer, double freq);
int CVIFUNC mouth_AddBufferAmp (dnaBufferRF*buffer, double amp);
int CVIFUNC mouth_ResetBuffer (dnaBufferRF*buffer);
int CVIFUNC mouth_OutBufferCommand (dnaBufferRF*buffer);