ros_functions.h
Go to the documentation of this file.
1 //
2 // Created by nakakura on 22/09/04.
3 //
4 
5 #ifndef SKYWAY_FFI_H
6 #define SKYWAY_FFI_H
7 
8 #include <ros/ros.h>
9 #include "../router.h"
10 
11 // Rust側から呼び出されるC++側関数の定義
12 extern "C" {
13 // loggers
14 void log_debug_c(char* message);
15 void log_info_c(char* message);
16 void log_warn_c(char* message);
17 void log_err_c(char* message);
18 
19 // ros control functions
20 bool is_ok_c();
21 bool is_shutting_down_c();
22 void ros_sleep_c(double dur);
23 void wait_for_shutdown_c();
24 void shutdown_c();
25 };
26 
27 #endif // SKYWAY_FFI_H
void log_debug_c(char *message)
void log_warn_c(char *message)
void log_err_c(char *message)
void ros_sleep_c(double dur)
void wait_for_shutdown_c()
bool is_ok_c()
void shutdown_c()
bool is_shutting_down_c()
void log_info_c(char *message)


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