my_teams
logger.h File Reference
#include "protocol.h"
#include "client.h"
#include "logging_client.h"
#include "events.h"
#include "events_structures.h"
#include "unused.h"
#include "logger2.h"
#include "logger_error.h"
#include <string.h>
#include <stdint.h>
Include dependency graph for logger.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define UNCOMBINED_EVT(evt, sub_evt)   ((evt << 8) + sub_evt)
 

Macro Definition Documentation

◆ UNCOMBINED_EVT

#define UNCOMBINED_EVT (   evt,
  sub_evt 
)    ((evt << 8) + sub_evt)

Variable Documentation

◆ func

void(* func) (const p_packet_t *payload, c_client_t *client) ( const p_packet_t payload,
c_client_t client 
)

◆ type

uint16_t type