rust_functions.h
Go to the documentation of this file.
1 //
2 // Created by nakakura on 4/13/23.
3 //
4 
5 #ifndef SKYWAY_RUST_FUNCTIONS_H
6 #define SKYWAY_RUST_FUNCTIONS_H
7 
8 #include "common.h"
9 
10 // C++側から呼び出されるRust側関数の定義
11 extern "C" {
12 void register_callbacks(Function& functions);
13 char* call_service(const char* message);
14 char* receive_events();
15 void release_string(char* message);
16 void create_peer_callback(char* peer_id, char* token);
18 PluginLoadResult create_data_callback(char* parameter);
19 void data_connection_close_event_callback(char* data_connection_id);
20 
22  void_char_func warn, void_char_func error);
23 void register_program_state(bool_void_func is_running_c,
25  void_double_func sleep_c,
29 void join_handler(void* handler);
30 
31 void print_string(char* message);
32 };
33 
34 #endif // SKYWAY_RUST_FUNCTIONS_H
PluginLoadResult create_data_callback(char *parameter)
void register_program_state(bool_void_func is_running_c, bool_void_func is_shutting_down_c, void_double_func sleep_c, void_void_func wait_for_shutdown_c, void_void_func shutdown_c)
char * call_service(const char *message)
bool(*)() bool_void_func
Definition: common.h:20
void register_logger(void_char_func debug, void_char_func info, void_char_func warn, void_char_func error)
void print_string(char *message)
void join_handler(void *handler)
void shutdown_c()
void(*)() void_void_func
Definition: common.h:19
void register_callbacks(Function &functions)
run_response_t run()
void create_peer_callback(char *peer_id, char *token)
void(*)(char *) void_char_func
Definition: common.h:16
void(*)(double) void_double_func
Definition: common.h:18
void wait_for_shutdown_c()
void release_string(char *message)
bool is_shutting_down_c()
void peer_deleted_callback()
char * receive_events()
void data_connection_close_event_callback(char *data_connection_id)


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