Jan Breuer
2015-01-18 d6f4a5106bebb23826c0867494ade7f4d7ebd1f3
examples/test-tcp/main.c
@@ -76,7 +76,14 @@
    return SCPI_RES_OK;
}
scpi_result_t SCPI_Test(scpi_t * context) {
/**
 * Callback for *TST? command
 *
 * It returns directly the result of the test
 * @param context
 * @return 0 means "test was OK", other values means, that some error bits are set
 */
int32_t SCPI_Test(scpi_t * context) {
    fprintf(stderr, "**Test\r\n");
    return SCPI_RES_OK;
}