Apollo 10.0
自动驾驶开放平台
types.h 文件参考
#include <cstdint>
types.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

class  apollo::cyber::NullType
 

命名空间

namespace  apollo
 class register implement
 
namespace  apollo::cyber
 

枚举

enum  apollo::cyber::ReturnCode { apollo::cyber::SUCC = 0 , apollo::cyber::FAIL = 1 }
 
enum  apollo::cyber::Relation : std::uint8_t { apollo::cyber::NO_RELATION = 0 , apollo::cyber::DIFF_HOST , apollo::cyber::DIFF_PROC , apollo::cyber::SAME_PROC }
 Describe relation between nodes, writers/readers... 更多...