|
Robotran C Documentation
|
void mbs_error_msg_continue(char *msg)
Low-level error function allowing process to continue if an error is raised.
Definition: mbs_message.c:32
void mbs_warning_msg(char *msg,...)
Send a warning message.
Definition: mbs_message.c:89
void mbs_error_msg(char *msg,...)
Send an error message.
Definition: mbs_message.c:102
void mbs_error_msg(char *msg,...)
Send an error message.
Definition: mbs_message.c:102
void mbs_msg(char *msg,...)
Send a message.
Definition: mbs_message.c:76
void mbs_msg_default(char *msg)
Definition: mbs_message.c:18
void mbs_error_msg_default(char *msg)
Low-level error function terminating the process if an error is raised.
Definition: mbs_message.c:26
void mbs_set_msg_fct_ptr(mbs_msg_fct_ptr msg_fct)
Set the function that send messages.
Definition: mbs_message.c:44
void mbs_msg(char *msg,...)
Send a message.
Definition: mbs_message.c:76
void mbs_set_error_msg_fct_ptr(mbs_msg_fct_ptr msg_fct)
Set the function that send error messages.
Definition: mbs_message.c:52
void mbs_error_msg_default(char *msg)
Low-level error function terminating the process if an error is raised.
Definition: mbs_message.c:26
void mbs_set_error_msg_fct_ptr(mbs_msg_fct_ptr msg_fct)
Set the function that send error messages.
Definition: mbs_message.c:52
void mbs_set_msg_fct_ptr(mbs_msg_fct_ptr msg_fct)
Set the function that send messages.
Definition: mbs_message.c:44
char * mbs_concatenate_to_char(char *msg, va_list arg)
Generate a string containing the message and the optionnal formatted value.
Definition: mbs_message.c:58
void mbs_warning_msg_default(char *msg)
Definition: mbs_message.c:22
mbs_msg_fct_ptr mbs_warning_msg_ptr
Definition: mbs_message.c:38
mbs_msg_fct_ptr mbs_msg_ptr
Definition: mbs_message.c:37
void mbs_set_warning_msg_fct_ptr(mbs_msg_fct_ptr msg_fct)
Set the function that send warning messages.
Definition: mbs_message.c:48
mbs_msg_fct_ptr mbs_error_msg_ptr
Definition: mbs_message.c:39
void(* mbs_msg_fct_ptr)(char *msg)
Type defining a function pointer to send messages.
Definition: mbs_message.h:74
void mbs_set_warning_msg_fct_ptr(mbs_msg_fct_ptr msg_fct)
Set the function that send warning messages.
Definition: mbs_message.c:48
void mbs_warning_msg(char *msg,...)
Send a warning message.
Definition: mbs_message.c:89
void mbs_error_msg_continue(char *msg)
Low-level error function allowing process to continue if an error is raised.
Definition: mbs_message.c:32
char * mbs_concatenate_to_char(char *msg, va_list arg)
Generate a string containing the message and the optionnal formatted value.
Definition: mbs_message.c:58