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
shutdown_c
void shutdown_c()
Definition: ros_functions.cpp:34
register_logger
void register_logger(void_char_func debug, void_char_func info, void_char_func warn, void_char_func error)
register_callbacks
void register_callbacks(Function &functions)
release_string
void release_string(char *message)
PluginLoadResult
Definition: common.h:10
receive_events
char * receive_events()
wait_for_shutdown_c
void wait_for_shutdown_c()
Definition: ros_functions.cpp:33
void_void_func
void(*)() void_void_func
Definition: common.h:19
create_data_callback
PluginLoadResult create_data_callback(char *parameter)
data_connection_close_event_callback
void data_connection_close_event_callback(char *data_connection_id)
bool_void_func
bool(*)() bool_void_func
Definition: common.h:20
Function
Definition: common.h:27
create_peer_callback
void create_peer_callback(char *peer_id, char *token)
call_service
char * call_service(const char *message)
peer_deleted_callback
void peer_deleted_callback()
join_handler
void join_handler(void *handler)
common.h
register_program_state
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)
run
run_response_t run()
void_char_func
void(*)(char *) void_char_func
Definition: common.h:16
void_double_func
void(*)(double) void_double_func
Definition: common.h:18
run_response_t
Definition: common.h:35
print_string
void print_string(char *message)
is_shutting_down_c
bool is_shutting_down_c()
Definition: ros_functions.cpp:31


skyway
Author(s): Toshiya Nakakura
autogenerated on Thu Oct 26 2023 02:42:21