Apollo  v5.5.0
Open source self driving car software
Public Types | Public Attributes | List of all members
apollo::perception::fusion::ToicDstMaps Struct Reference

#include <dst_existance_fusion.h>

Collaboration diagram for apollo::perception::fusion::ToicDstMaps:
Collaboration graph

Public Types

enum  { TOIC = (1 << 0), NTOIC = (1 << 1), TOICUNKOWN = (TOIC | NTOIC) }
 

Public Attributes

std::vector< uint64_t > fod_subsets_ = {TOIC, NTOIC, TOICUNKOWN}
 
std::vector< std::string > subset_names_ = {"TOIC", "NTOIC", "TOICUNKOWN"}
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
TOIC 
NTOIC 
TOICUNKOWN 

Member Data Documentation

◆ fod_subsets_

std::vector<uint64_t> apollo::perception::fusion::ToicDstMaps::fod_subsets_ = {TOIC, NTOIC, TOICUNKOWN}

◆ subset_names_

std::vector<std::string> apollo::perception::fusion::ToicDstMaps::subset_names_ = {"TOIC", "NTOIC", "TOICUNKOWN"}

The documentation for this struct was generated from the following file: