ARGOBOTS
Macros
abti_log.h File Reference
#include "abt_config.h"
Include dependency graph for abti_log.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LOG_EVENT(fmt, ...)
 
#define LOG_DEBUG(fmt, ...)
 
#define LOG_EVENT_POOL_PUSH(p_pool, unit, produer_id)
 
#define LOG_EVENT_POOL_REMOVE(p_pool, unit, consumer_id)
 
#define LOG_EVENT_POOL_POP(p_pool, unit)
 

Macro Definition Documentation

#define LOG_DEBUG (   fmt,
  ... 
)

Definition at line 61 of file abti_log.h.

#define LOG_EVENT (   fmt,
  ... 
)
#define LOG_EVENT_POOL_POP (   p_pool,
  unit 
)

Definition at line 65 of file abti_log.h.

Referenced by sched_run().

#define LOG_EVENT_POOL_PUSH (   p_pool,
  unit,
  produer_id 
)

Definition at line 63 of file abti_log.h.

#define LOG_EVENT_POOL_REMOVE (   p_pool,
  unit,
  consumer_id 
)

Definition at line 64 of file abti_log.h.