CARLA
Functions
test_msgpack.cpp File Reference
#include "test.h"
#include <carla/MsgPackAdaptors.h>
#include <carla/rpc/Actor.h>
#include <carla/rpc/Response.h>
#include <thread>
+ Include dependency graph for test_msgpack.cpp:

Go to the source code of this file.

Functions

 TEST (msgpack, response)
 
 TEST (msgpack, actor)
 
 TEST (msgpack, variant)
 
 TEST (msgpack, optional)
 

Function Documentation

◆ TEST() [1/4]

TEST ( msgpack  ,
response   
)

Definition at line 17 of file test_msgpack.cpp.

References carla::rpc::Response< T >::Get(), carla::rpc::Response< T >::GetError(), carla::rpc::Response< T >::HasError(), carla::rpc::Response< T >::Reset(), carla::rpc::Response< T >::SetError(), and carla::rpc::ResponseError::What().

+ Here is the call graph for this function:

◆ TEST() [2/4]

TEST ( msgpack  ,
actor   
)

◆ TEST() [3/4]

TEST ( msgpack  ,
variant   
)

Definition at line 74 of file test_msgpack.cpp.

◆ TEST() [4/4]

TEST ( msgpack  ,
optional   
)

Definition at line 95 of file test_msgpack.cpp.