Logging API#

  1. Log_DataIsAvail()

  2. Log_Output()

Log_DataIsAvail()#

Description#

Indicates if there is data present to be logged or not.

Files#

logging.h/logging.c

Prototype#

CPU_BOOLEAN  Log_DataIsAvail (void)

Arguments#

None.

Returned Value#

  • DEF_YES, if there is data that is available to be logged.

  • DEF_FAIL, otherwise.

Notes / Warnings#

None.

Log_Output()#

Description#

Outputs data accumulated in the ring buffer.

Files#

logging.h/logging.c

Prototype#

void  Log_Output (void)

Arguments#

None.

Returned Value#

None.

Notes / Warnings#

None.