Carma-platform v4.2.0
CARMA Platform is built on robot operating system (ROS) and utilizes open source software (OSS) that enables Cooperative Driving Automation (CDA) features to allow Automated Driving Systems to interact and cooperate with infrastructure and other vehicles through communication.
|
Classes | |
struct | int_type |
int_type::type refers to an integral type that satisfies template parameters More... | |
struct | int_type< 16, false > |
struct | int_type< 16, true > |
struct | int_type< 32, false > |
struct | int_type< 32, true > |
struct | int_type< 64, false > |
struct | int_type< 64, true > |
struct | int_type< 8, false > |
struct | int_type< 8, true > |
Typedefs | |
template<std::size_t Bits, bool Signed = true> | |
using | int_type_t = typename int_type< Bits, Signed >::type |
helper type to use for int_type::type More... | |
Variables | |
constexpr std::uint8_t | index_type_size = sizeof(int) * 8 |
number of bits in PCL's index type More... | |
constexpr bool | index_type_signed = true |
signed/unsigned nature of PCL's index type Please use PCL_INDEX_SIGNED when building PCL to choose a type best suited for your needs. Default: signed More... | |
using pcl::detail::int_type_t = typedef typename int_type<Bits, Signed>::type |
|
constexpr |
|
constexpr |