temporarily pushes a message onto the stack using printf-like formatting
Definition at line 86 of file message-stack.cpp. References flashVF(). { va_list args; va_start(args, format); MessageId id = flashVF(type, format, args); va_end(args); return id; }
|