MATES / Modular Automatic Test Equipment System API  2.5.0.0
mates_test_06.c
#include <stdio.h>
#include "mates.h"
int main(void)
{
MATES_HANDLE h = mates_open("proxy.mon", 1);
int value;
{
printf("Channel #1: %d\n", value);
}
/* Create a bridge between the input of one node and output of another node. */
}