#include <simulation_interface/simulation_api_schema.pb.h>
#include <functional>
#include <rclcpp/rclcpp.hpp>
#include <scenario_simulator_exception/exception.hpp>
#include <simulation_interface/constants.hpp>
#include <string>
#include <thread>
#include <tuple>
#include <zmqpp/zmqpp.hpp>
Go to the source code of this file.
◆ DEFINE_FUNCTION_TYPE
      
        
          | #define DEFINE_FUNCTION_TYPE | ( |  | TYPENAME | ) |  | 
      
 
Value:  using TYPENAME = std::function<simulation_api_schema::TYPENAME##Response( \
    const simulation_api_schema::TYPENAME##
Request &)>
 
Request
Definition: behavior.hpp:25