CARLA
 
载入中...
搜索中...
未找到
函数
test_rpc.cpp 文件参考
#include "test.h"
#include <carla/MsgPackAdaptors.h>
#include <carla/ThreadGroup.h>
#include <carla/rpc/Actor.h>
#include <carla/rpc/Client.h>
#include <carla/rpc/Response.h>
#include <carla/rpc/Server.h>
#include <thread>
+ test_rpc.cpp 的引用(Include)关系图:

浏览源代码.

函数

 TEST (rpc, compilation_tests)
 
 TEST (rpc, server_bind_sync_run_on_game_thread)
 

函数说明

◆ TEST() [1/2]

TEST ( rpc  ,
compilation_tests   
)

在文件 test_rpc.cpp23 行定义.

引用了 carla::rpc::Server::BindSync() , 以及 TESTING_PORT.

+ 函数调用图:

◆ TEST() [2/2]

TEST ( rpc  ,
server_bind_sync_run_on_game_thread   
)

在文件 test_rpc.cpp36 行定义.

引用了 carla::rpc::Server::AsyncRun(), carla::rpc::Server::BindSync(), carla::ThreadGroup::CreateThread(), carla::rpc::Server::SyncRunFor() , 以及 TESTING_PORT.

+ 函数调用图: