CARLA
 
载入中...
搜索中...
未找到
EpisodeInfo.h
浏览该文件的文档.
1// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma
2// de Barcelona (UAB).
3//
4// This work is licensed under the terms of the MIT license.
5// For a copy, see <https://opensource.org/licenses/MIT>.
6
7#pragma once
8
9#include "carla/MsgPack.h"
11
12#include <cstdint>
13#include <string>
14
15namespace carla {
16namespace rpc {
17
18 /// @todo Rename, does not represent the episode info anymore.
20 public:
21
22 using id_type = uint64_t;
23
25
27
29 };
30
31} // namespace rpc
32} // namespace carla
MSGPACK_DEFINE_ARRAY(id, token)
streaming::Token token
Definition EpisodeInfo.h:26
A token that uniquely identify a stream.
Definition Token.h:17
This file contains definitions of common data structures used in traffic manager.
Definition Carla.cpp:133