Struct for storing the custom C/N0 for some nodes. More...
#include "satellite-cno-helper.h"
Public Attributes | |
SatEnums::ChannelType_t | channelType |
double | cno |
bool | constant |
bool | isGw |
Ptr< Node > | node |
std::string | pathToFile |
Struct for storing the custom C/N0 for some nodes.
Definition at line 49 of file satellite-cno-helper.h.
SatEnums::ChannelType_t ns3::SatCnoHelper::cnoCustomParams_s::channelType |
Definition at line 54 of file satellite-cno-helper.h.
Referenced by ns3::SatCnoHelper::SetGwNodeCno(), ns3::SatCnoHelper::SetGwNodeCnoFile(), ns3::SatCnoHelper::SetUtNodeCno(), and ns3::SatCnoHelper::SetUtNodeCnoFile().
double ns3::SatCnoHelper::cnoCustomParams_s::cno |
Definition at line 56 of file satellite-cno-helper.h.
Referenced by ns3::SatCnoHelper::SetGwNodeCno(), and ns3::SatCnoHelper::SetUtNodeCno().
bool ns3::SatCnoHelper::cnoCustomParams_s::constant |
Definition at line 53 of file satellite-cno-helper.h.
Referenced by ns3::SatCnoHelper::SetGwNodeCno(), ns3::SatCnoHelper::SetGwNodeCnoFile(), ns3::SatCnoHelper::SetUtNodeCno(), and ns3::SatCnoHelper::SetUtNodeCnoFile().
bool ns3::SatCnoHelper::cnoCustomParams_s::isGw |
Definition at line 52 of file satellite-cno-helper.h.
Referenced by ns3::SatCnoHelper::SetGwNodeCno(), ns3::SatCnoHelper::SetGwNodeCnoFile(), ns3::SatCnoHelper::SetUtNodeCno(), and ns3::SatCnoHelper::SetUtNodeCnoFile().
Ptr<Node> ns3::SatCnoHelper::cnoCustomParams_s::node |
Definition at line 51 of file satellite-cno-helper.h.
Referenced by ns3::SatCnoHelper::SetGwNodeCno(), ns3::SatCnoHelper::SetGwNodeCnoFile(), ns3::SatCnoHelper::SetUtNodeCno(), and ns3::SatCnoHelper::SetUtNodeCnoFile().
std::string ns3::SatCnoHelper::cnoCustomParams_s::pathToFile |
Definition at line 55 of file satellite-cno-helper.h.
Referenced by ns3::SatCnoHelper::SetGwNodeCnoFile(), and ns3::SatCnoHelper::SetUtNodeCnoFile().