CAC_smartcushion / Mbed OS 2Temp_ADISense1000_Example

Fork of ADISense1000_Example_FW by Analog Devices

Embed: (wiki syntax)

« Back to documentation index

adi_sense_log.h File Reference

adi_sense_log.h File Reference

: ADI Sense OS-dependent wrapper layer for log functions ----------------------------------------------------------------------------- More...

Go to the source code of this file.

Enumerations

enum  ADI_SENSE_LOG_LEVEL { ADI_SENSE_LOG_LEVEL_ERROR = 0, ADI_SENSE_LOG_LEVEL_WARN, ADI_SENSE_LOG_LEVEL_INFO, ADI_SENSE_LOG_LEVEL_DEBUG }

Functions

ADI_SENSE_RESULT adi_sense_LogOpen (void)
 Initialise the Log interface and allocate resources.
void adi_sense_LogClose (void)
 Close the Log interface and free resources.
void adi_sense_Log (ADI_SENSE_LOG_LEVEL level, const char *format,...)
 Print a log message to the platform log interface.

Detailed Description

: ADI Sense OS-dependent wrapper layer for log functions -----------------------------------------------------------------------------

Definition in file adi_sense_log.h.