msg_level_t

Type Alias msg_level_t 

Source
pub type msg_level_t = c_uint;
Expand description

‘rtapi_print_msg()’ prints a printf-style message when the level is less than or equal to the current message level set by rtapi_set_msg_level(). May be called from user, init/cleanup, and realtime code.