Apollo 10.0
自动驾驶开放平台
apollo::cyber::message::PyMessageWrap::Descriptor类 参考

#include <py_message.h>

apollo::cyber::message::PyMessageWrap::Descriptor 的协作图:

Public 成员函数

std::string full_name () const
 
std::string name () const
 

详细描述

在文件 py_message.h42 行定义.

成员函数说明

◆ full_name()

std::string apollo::cyber::message::PyMessageWrap::Descriptor::full_name ( ) const
inline

在文件 py_message.h44 行定义.

44{ return PY_MESSAGE_FULLNAME; }
const char *const PY_MESSAGE_FULLNAME
Definition py_message.h:31

◆ name()

std::string apollo::cyber::message::PyMessageWrap::Descriptor::name ( ) const
inline

在文件 py_message.h45 行定义.

45{ return PY_MESSAGE_FULLNAME; }

该类的文档由以下文件生成: