EasyManuals Logo

SRS Labs SR715 User Manual

Default Icon
106 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #71 background imageLoading...
Page #71 background image
REMOTE PROGRAMMING
4-20
do
{
ch = getch ();
if ((ch == 'q')||(ch =='Q'))
{ flushall(); exit(0); }
}
while(ch != ' ');
Erase(25,1);
}
/* ********************************************************************* */
void Erase (int row, int num) /* Erase num rows starting at row (requires
ansi.sys)*/
{
int i;
for (i = 0; i < num; i++,row++)
{
Gotoxy (row,0);
putch(27);
printf("[K");
}
}
/* ********************************************************************* */
void Printxy (int x, int y, int n, char *msg) /* print msg at (x,y) erasing n chars first */
{
int i;
Gotoxy (x,y);
for (i = 0; i <= n; i++) printf (" ");
Gotoxy (x,y);
printf (msg);
}
/* ********************************************************************* */
void Gotoxy (int row, int col) /* place the cursor at (row,col) (requires ansi.sys) */
{
putch(27); printf("[%d;%dH", row, col);
}

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the SRS Labs SR715 and is the answer not in the manual?

SRS Labs SR715 Specifications

General IconGeneral
BrandSRS Labs
ModelSR715
CategoryMeasuring Instruments
LanguageEnglish