common.h
Go to the documentation of this file.
1 //
2 // Created by nakakura on 4/13/23.
3 //
4 
5 #ifndef SKYWAY_COMMON_H
6 #define SKYWAY_COMMON_H
7 
8 // C++側から呼び出されるRust側関数の定義
9 extern "C" {
11  bool is_success;
12  uint16_t port;
13  const char* error_message;
14 };
15 
16 using void_char_func = void (*)(char*);
17 using void_uint16_func = void (*)(uint16_t);
18 using void_double_func = void (*)(double);
19 using void_void_func = void (*)();
20 using bool_void_func = bool (*)();
21 using void_char_char_func = void (*)(char*, char*);
22 using void_char_func = void (*)(char*);
23 using void_void_func = void (*)();
24 using plugin_topicparam_func = PluginLoadResult (*)(char*, uint16_t, char*,
25  char*);
26 
27 struct Function {
33 };
34 
36  bool flag;
37  void* handler;
38 };
39 }
40 
41 #endif // SKYWAY_COMMON_H
void_uint16_func data_connection_deleted_callback
Definition: common.h:31
void_void_func peer_deleted_callback
Definition: common.h:29
bool is_success
Definition: common.h:11
bool(*)() bool_void_func
Definition: common.h:20
const char * error_message
Definition: common.h:13
bool flag
Definition: common.h:36
void(*)() void_void_func
Definition: common.h:19
void * handler
Definition: common.h:37
plugin_topicparam_func create_data_callback
Definition: common.h:30
void(*)(char *) void_char_func
Definition: common.h:16
void(*)(char *, char *) void_char_char_func
Definition: common.h:21
void(*)(double) void_double_func
Definition: common.h:18
void(*)(uint16_t) void_uint16_func
Definition: common.h:17
uint16_t port
Definition: common.h:12
void_char_char_func create_peer_callback
Definition: common.h:28
void_char_func release_string_callback
Definition: common.h:32
PluginLoadResult(*)(char *, uint16_t, char *, char *) plugin_topicparam_func
Definition: common.h:25


skyway
Author(s): Toshiya Nakakura
autogenerated on Sat Apr 15 2023 02:08:21