my_teams
|
#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>
Go to the source code of this file.
Macros | |
#define | UNCOMBINED_EVT(evt, sub_evt) ((evt << 8) + sub_evt) |
#define UNCOMBINED_EVT | ( | evt, | |
sub_evt | |||
) | ((evt << 8) + sub_evt) |
void(* func) (const p_packet_t *payload, c_client_t *client) | ( | const p_packet_t * | payload, |
c_client_t * | client | ||
) |
uint16_t type |