shangwei yang
shangwei yang
I have enabled ENABLE_MULTIPLE_ROUTING_MANAGERS when building. when i run "env VSOMEIP_CONFIGURATION=./vsomeip01.json VSOMEIP_APPLICATION_NAME=service01 ./subscribe" first and run "env VSOMEIP_CONFIGURATION=./vsomeip02.json VSOMEIP_APPLICATION_NAME=service02 ./subscribe" second in the terminal . When the second program runs,...
There are multiple services published in my program. I saw an SD message in the Ethernet message with multiple entries. Each entry is a service. How to make each service...
Two different devices use different ip addresses to provide different services.I want to subscribe to both services using the same port number.I added the following configuration to the json file:...
My json configuration file is configured with clients, and I want different UDP ports to subscribe to different events, but I only see one SD message in the SD message....
I find the defination of struct group_ "std::shared_ptr group_;" in the implementation/configuration/include/service.hpp.but i cannot find the declaration of the servicegroup. Can anyone tell me what servicegroup does?
``` #include #include #include #include #include #include // class bar; class foo : public std::enable_shared_from_this { public: foo() : cycle_timer_(io_), cycle_(2000) { } ~foo() { std::cout