gclib  2.0.8
Communications API for Galil controllers and PLCs
x_nonblocking.cpp File Reference
#include "x_examples.h"
#include <iomanip>

Go to the source code of this file.

Functions

void progress ()
 
int x_nonblocking (GCon g)
 Examples of using non-blocking operation of GRecord(), GInterrupt(), and GMessage(). More...
 

Variables

int cur = 0
 
char chars [] = { '|', '\\', '-','/'}
 

Detailed Description

Example usage of GMessage, GRecord, and GInterrupt for non-blocking operation.

Definition in file x_nonblocking.cpp.