CARLA
 
载入中...
搜索中...
未找到
| 类型定义 | 枚举
PathLossModel.h 文件参考
#include <vector>
+ PathLossModel.h 的引用(Include)关系图:
+ 此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

class  PathLossModel
 

类型定义

using ActorPowerMap = std::map<AActor *, float>
 
using ActorPowerPair = std::pair<AActor *, float>
 

枚举

enum  EPathLossModel { Winner , Geometric }
 
enum  EPathState { LOS , NLOSb , NLOSv }
 
enum  EScenario { Highway , Rural , Urban }
 

类型定义说明

◆ ActorPowerMap

using ActorPowerMap = std::map<AActor *, float>

在文件 PathLossModel.h12 行定义.

◆ ActorPowerPair

using ActorPowerPair = std::pair<AActor *, float>

在文件 PathLossModel.h13 行定义.

枚举类型说明

◆ EPathLossModel

枚举值
Winner 
Geometric 

在文件 PathLossModel.h22 行定义.

◆ EPathState

enum EPathState
枚举值
LOS 
NLOSb 
NLOSv 

在文件 PathLossModel.h15 行定义.

◆ EScenario

enum EScenario
枚举值
Highway 
Rural 
Urban 

在文件 PathLossModel.h28 行定义.