===================================================== Liste_Funktionen_Beginn: TX_Print print formatted into messageWindow TX_Error print formatted into messageWindow & set error TX_Write print textstring into messageWindow Liste_Funktionen_Ende: =====================================================
#include "MS_Def0.h"
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <gtk/gtk.h>
#include "../ut/ut_txt.h"
#include "../ut/ut_os.h"
#include "../gtk/ut_gtkTx.h"
#include "ut_ui_TX.h"
Defines | |
#define | ON 0 |
#define | OFF 1 |
Functions | |
int | AP_errStat_set (int) |
void | TX_Print (char *txt,...) |
void | TX_Error (char *txt,...) |
void | TX_Write (char *txt) |
Variables | |
static int | TX_mode = ON |
static char | TX_buf1 [1024] |
#define ON 0 |
#define OFF 1 |
int AP_errStat_set | ( | int | ) |
void TX_Print | ( | char * | txt, | |
... | ||||
) |
display message 0-10 parameters; max. 100 characters
void TX_Error | ( | char * | txt, | |
... | ||||
) |
display message and raise error
0-10 parameters; max. 100 characters
void TX_Write | ( | char * | txt | ) |
display message
int TX_mode = ON [static] |
char TX_buf1[1024] [static] |