Macros

Available PMP macros are described below.

LOG

LOG(message)

Via the LOG macro a log message can be added to the ProcessingBlockLog updatable via the same format specifiers as printf(). This file with logging of all processing blocks can be downloaded via the Updatable interface.

Parameters
  • message – The log message in string format.