flatbuffer base

This commit is contained in:
2026-03-30 16:18:21 +03:00
parent 9a4b78f272
commit d83cb7fe7b
41 changed files with 1553 additions and 491 deletions

View File

@@ -1,10 +1,16 @@
#ifndef __PROTO_HANDLERS_CONTROL_H__
#define __PROTO_HANDLERS_CONTROL_H__
#include "proto/msg.h"
#include <stdint.h>
#include "client.h"
#include "context.h"
#include "proto/dial.h"
#include "control_reader.h"
void handleIncomingControlMessage(BaseMessage* msg, EmulContext* emulContext);
void handleIncomingCtrlMessage(
hmmmm_ctrl_CtrlClientMessage_table_t msg,
uint64_t nonce,
ClientContext* ctx,
EmulContext* emulContext);
#endif //ifndef __PROTO_HANDLERS_CONTROL_H__
#endif // __PROTO_HANDLERS_CONTROL_H__