A configuration class for the satellite reference system. More...
#include "satellite-conf.h"
Public Member Functions | |
SatConf () | |
Default constructor. More... | |
virtual | ~SatConf () |
std::vector< uint32_t > | GetBeamConfiguration (uint32_t beamId, SatEnums::SatLinkDir_t dir) const |
Get the configuration vector for a given satellite beam id. More... | |
uint32_t | GetBeamCount () const |
Get count of the beams (configurations). More... | |
double | GetCarrierBandwidthHz (SatEnums::ChannelType_t chType, uint32_t carrierId, SatEnums::CarrierBandwidthType_t bandwidthType) |
Convert carrier id and sequence id to to bandwidth value. More... | |
double | GetCarrierFrequencyHz (SatEnums::ChannelType_t chType, uint32_t freqId, uint32_t carrierId) |
Convert carrier id, sequency id and frequency id to real frequency value. More... | |
uint32_t | GetFwdLinkCarrierCount () const |
uint32_t | GetGwCount () const |
Get count of the GWs (positions). More... | |
GeoCoordinate | GetGwPosition (uint32_t gwId) const |
Get the position of the GW for a given GW id. More... | |
TypeId | GetInstanceTypeId (void) const |
uint32_t | GetRtnLinkCarrierCount () const |
uint32_t | GetSatCount () const |
Get count of the SATs (positions). More... | |
GeoCoordinate | GetSatPosition () const |
Get the position of the Satellite. More... | |
std::string | GetStartTimeStr () const |
Get the simulation start time for scenarios using SGP4 model. More... | |
Ptr< SatSuperframeSeq > | GetSuperframeSeq () |
uint32_t | GetUtCount () const |
Get count of the UTs (positions). More... | |
GeoCoordinate | GetUtPosition (uint32_t utId) const |
Get the position of the GW for a given UT id. More... | |
void | Initialize (std::string rtnConf, std::string fwdConf, std::string gwPos, std::string satPos, std::string utPos, std::string wfConf, bool isConstellation=false) |
Initialize the configuration. More... | |
std::vector< std::pair< uint32_t, uint32_t > > | LoadIsls (std::string filePathName) |
Load a vector of ISLs from a file. More... | |
std::vector< std::vector< uint32_t > > | LoadSatConf (std::string filePathName) const |
Load satellite configuration from a file. More... | |
std::vector< std::string > | LoadTles (std::string filePathName, std::string startDatePathName) |
Load a vector of TLE information from a file. More... | |
std::ifstream * | OpenFile (std::string filePathName) const |
Try to open a file from a given path. More... | |
void | SetUtPositionsPath (std::string inputFileUtListPositions) |
Update the list of positions. More... | |
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
Get the type ID. More... | |
Static Public Attributes | |
static const uint32_t | BEAM_ELEM_COUNT = 4 |
static const uint32_t | BEAM_ID_INDEX = 0 |
Definition for beam ID index (column) in m_conf. More... | |
static const uint32_t | F_FREQ_ID_INDEX = 3 |
Definition for feeder frequency ID index (column) in m_conf. More... | |
static const uint32_t | GW_ID_INDEX = 2 |
Definition for GW ID index (column) in m_conf. More... | |
static const uint32_t | U_FREQ_ID_INDEX = 1 |
Definition for user frequency ID index (column) in m_conf. More... | |
Private Types | |
typedef std::vector< GeoCoordinate > | PositionContainer_t |
Private Member Functions | |
void | Configure (std::string wfConf) |
Configures itself with default values. More... | |
double | GetFwdLinkCarrierBandwidthHz (uint32_t carrierId, SatEnums::CarrierBandwidthType_t bandwidthType) const |
Get bandwidth of the forward link carrier. More... | |
uint32_t | GetGlobalCarrierId (uint32_t seqId, uint32_t carrierId) |
double | GetRtnLinkCarrierBandwidthHz (uint32_t carrierId, SatEnums::CarrierBandwidthType_t bandwidthType) const |
Get bandwidth of the return link carrier. More... | |
uint32_t | GetSuperframeCarrierId (uint32_t carrierId, uint32_t *seqId) |
void | LoadPositions (std::string filePathName, PositionContainer_t &container) |
Load node positions from a file. More... | |
Private Attributes | |
uint32_t | m_beamCount |
Beam count. More... | |
std::vector< Ptr< SatFwdCarrierConf > > | m_forwardLinkCarrierConf |
Forward link carrier configuration. More... | |
SatEnums::RegenerationMode_t | m_forwardLinkRegenerationMode |
The regeneration mode used in satellites for forward link. More... | |
double | m_fwdCarrierAllocatedBandwidthHz |
The configured allocated bandwidth for forward link carriers. More... | |
double | m_fwdCarrierRollOffFactor |
The configured carrier roll-off factor for forward link carriers. More... | |
double | m_fwdCarrierSpacingFactor |
The configured carrier spacing factor for forward link carriers. More... | |
std::vector< std::vector< uint32_t > > | m_fwdConf |
double | m_fwdFeederLinkBandwidthHz |
Bandwidth of forward feeder link. More... | |
uint32_t | m_fwdFeederLinkChannelCount |
double | m_fwdFeederLinkFreqHz |
Base frequency of forward feeder link. More... | |
double | m_fwdUserLinkBandwidthHz |
Bandwidth of forward user link. More... | |
uint32_t | m_fwdUserLinkChannelCount |
The number of the channels in different satellite links: forward user, return user, forward feeder, return feeder. More... | |
double | m_fwdUserLinkFreqHz |
Base frequency of forward user link. More... | |
PositionContainer_t | m_gwPositions |
Geodetic positions of the GWs. More... | |
bool | m_isConstellation |
Indicates with this is a constellation of satellites. More... | |
std::vector< Ptr< SatFwdCarrierConf > > | m_returnLinkCarrierConf |
Return link carrier configuration for SCPC. More... | |
SatEnums::RegenerationMode_t | m_returnLinkRegenerationMode |
The regeneration mode used in satellites for return link. More... | |
double | m_rtnCarrierAllocatedBandwidthHz |
The configured allocated bandwidth for return link carriers. More... | |
double | m_rtnCarrierRollOffFactor |
The configured carrier roll-off factor for return link carriers. More... | |
double | m_rtnCarrierSpacingFactor |
The configured carrier spacing factor for return link carriers. More... | |
std::vector< std::vector< uint32_t > > | m_rtnConf |
double | m_rtnFeederLinkBandwidthHz |
Bandwidth of return feeder link. More... | |
uint32_t | m_rtnFeederLinkChannelCount |
double | m_rtnFeederLinkFreqHz |
Base frequency of return feeder link. More... | |
double | m_rtnUserLinkBandwidthHz |
Bandwidth of return user link. More... | |
uint32_t | m_rtnUserLinkChannelCount |
double | m_rtnUserLinkFreqHz |
Base frequency of return user link. More... | |
PositionContainer_t | m_satPosition |
Geodetic positions of the Satellite. More... | |
std::string | m_startTimeStr |
Start time of simulation, on format "YYYY-MM-DD hh:mm:ss". More... | |
SatSuperframeConf::SuperFrameConfiguration_t | m_SuperFrameConfForSeq0 |
The super frame configuration used for sequence 0. More... | |
Ptr< SatSuperframeSeq > | m_superframeSeq |
Superframe sequence configuration. More... | |
std::vector< std::string > | m_tles |
TLE information for a satellite constellation. More... | |
PositionContainer_t | m_utPositions |
Geodetic positions of the UTs. More... | |
A configuration class for the satellite reference system.
Definition at line 45 of file satellite-conf.h.
|
private |
Definition at line 246 of file satellite-conf.h.
ns3::SatConf::SatConf | ( | ) |
Default constructor.
Definition at line 196 of file satellite-conf.cc.
|
inlinevirtual |
Definition at line 53 of file satellite-conf.h.
|
private |
Configures itself with default values.
Creates configuration storages as needed.
wfConf | path+filename of the waveform configuration |
Definition at line 280 of file satellite-conf.cc.
References ns3::SatSuperframeConf::CreateSuperframeConf(), m_forwardLinkCarrierConf, m_forwardLinkRegenerationMode, m_fwdCarrierAllocatedBandwidthHz, m_fwdCarrierRollOffFactor, m_fwdCarrierSpacingFactor, m_fwdFeederLinkBandwidthHz, m_fwdFeederLinkChannelCount, m_fwdUserLinkBandwidthHz, m_fwdUserLinkChannelCount, m_returnLinkCarrierConf, m_returnLinkRegenerationMode, m_rtnCarrierAllocatedBandwidthHz, m_rtnCarrierRollOffFactor, m_rtnCarrierSpacingFactor, m_rtnFeederLinkBandwidthHz, m_rtnFeederLinkChannelCount, m_rtnUserLinkBandwidthHz, m_rtnUserLinkChannelCount, m_SuperFrameConfForSeq0, m_superframeSeq, ns3::SatEnums::REGENERATION_PHY, and ns3::SatEnums::TRANSPARENT.
Referenced by Initialize().
std::vector< uint32_t > ns3::SatConf::GetBeamConfiguration | ( | uint32_t | beamId, |
SatEnums::SatLinkDir_t | dir | ||
) | const |
Get the configuration vector for a given satellite beam id.
beamId | id of the beam |
Definition at line 682 of file satellite-conf.cc.
References ns3::SatEnums::LD_RETURN, m_beamCount, m_fwdConf, and m_rtnConf.
uint32_t ns3::SatConf::GetBeamCount | ( | ) | const |
Get count of the beams (configurations).
Definition at line 643 of file satellite-conf.cc.
References m_beamCount.
double ns3::SatConf::GetCarrierBandwidthHz | ( | SatEnums::ChannelType_t | chType, |
uint32_t | carrierId, | ||
SatEnums::CarrierBandwidthType_t | bandwidthType | ||
) |
Convert carrier id and sequence id to to bandwidth value.
chType | Type of channel. |
carrierId | Id of the carrier. |
bandwidthType | Type of the bandwidth. |
Definition at line 410 of file satellite-conf.cc.
References ns3::SatEnums::FORWARD_FEEDER_CH, ns3::SatEnums::FORWARD_USER_CH, GetFwdLinkCarrierBandwidthHz(), GetRtnLinkCarrierBandwidthHz(), m_returnLinkRegenerationMode, m_superframeSeq, ns3::SatEnums::REGENERATION_LINK, ns3::SatEnums::REGENERATION_NETWORK, ns3::SatEnums::RETURN_FEEDER_CH, and ns3::SatEnums::RETURN_USER_CH.
Referenced by ns3::SatHelper::SatHelper().
double ns3::SatConf::GetCarrierFrequencyHz | ( | SatEnums::ChannelType_t | chType, |
uint32_t | freqId, | ||
uint32_t | carrierId | ||
) |
Convert carrier id, sequency id and frequency id to real frequency value.
chType | Type of channel. |
freqId | Id of the frequency. |
carrierId | Id of the carrier. |
Definition at line 352 of file satellite-conf.cc.
References ns3::SatEnums::FORWARD_FEEDER_CH, ns3::SatEnums::FORWARD_USER_CH, m_forwardLinkCarrierConf, m_fwdFeederLinkBandwidthHz, m_fwdFeederLinkChannelCount, m_fwdFeederLinkFreqHz, m_fwdUserLinkBandwidthHz, m_fwdUserLinkChannelCount, m_fwdUserLinkFreqHz, m_rtnFeederLinkBandwidthHz, m_rtnFeederLinkChannelCount, m_rtnFeederLinkFreqHz, m_rtnUserLinkBandwidthHz, m_rtnUserLinkChannelCount, m_rtnUserLinkFreqHz, m_superframeSeq, ns3::SatEnums::RETURN_FEEDER_CH, and ns3::SatEnums::RETURN_USER_CH.
Referenced by ns3::SatHelper::SatHelper().
|
private |
Get bandwidth of the forward link carrier.
carrierId | Id of the carrier. |
bandwidthType | Type of the bandwidth. |
Definition at line 707 of file satellite-conf.cc.
References ns3::SatEnums::ALLOCATED_BANDWIDTH, ns3::SatEnums::EFFECTIVE_BANDWIDTH, m_forwardLinkCarrierConf, and ns3::SatEnums::OCCUPIED_BANDWIDTH.
Referenced by GetCarrierBandwidthHz().
uint32_t ns3::SatConf::GetFwdLinkCarrierCount | ( | ) | const |
Definition at line 699 of file satellite-conf.cc.
References m_forwardLinkCarrierConf.
|
private |
seqId | Sequence of the superframe. |
carrierId | Carrier ID inside requested superframe. |
uint32_t ns3::SatConf::GetGwCount | ( | ) | const |
Get count of the GWs (positions).
Definition at line 651 of file satellite-conf.cc.
References m_gwPositions.
GeoCoordinate ns3::SatConf::GetGwPosition | ( | uint32_t | gwId | ) | const |
Get the position of the GW for a given GW id.
gwId | id of the GW |
Definition at line 777 of file satellite-conf.cc.
References m_gwPositions.
TypeId ns3::SatConf::GetInstanceTypeId | ( | void | ) | const |
Definition at line 189 of file satellite-conf.cc.
References GetTypeId().
|
private |
Get bandwidth of the return link carrier.
carrierId | Id of the carrier. |
bandwidthType | Type of the bandwidth. |
Definition at line 742 of file satellite-conf.cc.
References ns3::SatEnums::ALLOCATED_BANDWIDTH, ns3::SatEnums::EFFECTIVE_BANDWIDTH, m_returnLinkCarrierConf, and ns3::SatEnums::OCCUPIED_BANDWIDTH.
Referenced by GetCarrierBandwidthHz().
uint32_t ns3::SatConf::GetRtnLinkCarrierCount | ( | ) | const |
Definition at line 691 of file satellite-conf.cc.
References m_superframeSeq.
uint32_t ns3::SatConf::GetSatCount | ( | ) | const |
Get count of the SATs (positions).
Definition at line 667 of file satellite-conf.cc.
References m_isConstellation, m_satPosition, and m_tles.
GeoCoordinate ns3::SatConf::GetSatPosition | ( | ) | const |
Get the position of the Satellite.
Definition at line 795 of file satellite-conf.cc.
References m_satPosition.
std::string ns3::SatConf::GetStartTimeStr | ( | ) | const |
Get the simulation start time for scenarios using SGP4 model.
Definition at line 804 of file satellite-conf.cc.
References m_startTimeStr.
|
private |
carrierId | Global carrier ID across all superframe sequences. |
seqId | Pointer to variable to store seqId of the super frame sequence where global id belongs to |
|
inline |
Definition at line 64 of file satellite-conf.h.
References m_superframeSeq.
|
static |
Get the type ID.
Definition at line 48 of file satellite-conf.cc.
References m_forwardLinkRegenerationMode, m_fwdCarrierAllocatedBandwidthHz, m_fwdCarrierRollOffFactor, m_fwdCarrierSpacingFactor, m_fwdFeederLinkBandwidthHz, m_fwdFeederLinkChannelCount, m_fwdFeederLinkFreqHz, m_fwdUserLinkBandwidthHz, m_fwdUserLinkChannelCount, m_fwdUserLinkFreqHz, m_returnLinkRegenerationMode, m_rtnCarrierAllocatedBandwidthHz, m_rtnCarrierRollOffFactor, m_rtnCarrierSpacingFactor, m_rtnFeederLinkBandwidthHz, m_rtnFeederLinkChannelCount, m_rtnFeederLinkFreqHz, m_rtnUserLinkBandwidthHz, m_rtnUserLinkChannelCount, m_rtnUserLinkFreqHz, m_SuperFrameConfForSeq0, ns3::SatEnums::REGENERATION_LINK, ns3::SatEnums::REGENERATION_NETWORK, ns3::SatEnums::REGENERATION_PHY, ns3::SatSuperframeConf::SUPER_FRAME_CONFIG_0, ns3::SatSuperframeConf::SUPER_FRAME_CONFIG_1, ns3::SatSuperframeConf::SUPER_FRAME_CONFIG_2, ns3::SatSuperframeConf::SUPER_FRAME_CONFIG_3, ns3::SatSuperframeConf::SUPER_FRAME_CONFIG_4, and ns3::SatEnums::TRANSPARENT.
Referenced by GetInstanceTypeId().
uint32_t ns3::SatConf::GetUtCount | ( | ) | const |
Get count of the UTs (positions).
Definition at line 659 of file satellite-conf.cc.
References m_utPositions.
GeoCoordinate ns3::SatConf::GetUtPosition | ( | uint32_t | utId | ) | const |
Get the position of the GW for a given UT id.
utId | id of the UT (from SatIdMapper) |
Definition at line 786 of file satellite-conf.cc.
References m_utPositions.
void ns3::SatConf::Initialize | ( | std::string | rtnConf, |
std::string | fwdConf, | ||
std::string | gwPos, | ||
std::string | satPos, | ||
std::string | utPos, | ||
std::string | wfConf, | ||
bool | isConstellation = false |
||
) |
Initialize the configuration.
rtnConf | RTN link configuration file name |
fwdConf | FWD link configuration file name |
gwPos | GW position file name |
satPos | Satellite position file name |
satPos | UT position file name |
wfConf | Waveform configuration file name |
isConstellation | Indicates if SatConf describes a constellation |
Definition at line 226 of file satellite-conf.cc.
References Configure(), GW_ID_INDEX, LoadPositions(), LoadSatConf(), m_beamCount, m_forwardLinkRegenerationMode, m_fwdConf, m_gwPositions, m_isConstellation, m_returnLinkRegenerationMode, m_rtnConf, m_satPosition, m_utPositions, and ns3::SatConstVariables::MAX_BEAMS_PER_SATELLITE.
std::vector< std::pair< uint32_t, uint32_t > > ns3::SatConf::LoadIsls | ( | std::string | filePathName | ) |
Load a vector of ISLs from a file.
filePathName |
Definition at line 601 of file satellite-conf.cc.
References OpenFile().
|
private |
Load node positions from a file.
filePathName | |
container | Container reference to store found positions |
Definition at line 520 of file satellite-conf.cc.
References OpenFile().
Referenced by Initialize(), and SetUtPositionsPath().
std::vector< std::vector< uint32_t > > ns3::SatConf::LoadSatConf | ( | std::string | filePathName | ) | const |
Load satellite configuration from a file.
filePathName |
Definition at line 473 of file satellite-conf.cc.
References OpenFile().
Referenced by Initialize().
std::vector< std::string > ns3::SatConf::LoadTles | ( | std::string | filePathName, |
std::string | startDatePathName | ||
) |
Load a vector of TLE information from a file.
filePathName | Path to the file containing the TLEs |
startDatePathName | Path to the file containing the simulation start date |
Definition at line 548 of file satellite-conf.cc.
References m_startTimeStr, m_tles, ns3::SatConstVariables::MAX_SATELLITES, and OpenFile().
std::ifstream * ns3::SatConf::OpenFile | ( | std::string | filePathName | ) | const |
Try to open a file from a given path.
filePathName |
Definition at line 450 of file satellite-conf.cc.
Referenced by LoadIsls(), LoadPositions(), LoadSatConf(), and LoadTles().
void ns3::SatConf::SetUtPositionsPath | ( | std::string | inputFileUtListPositions | ) |
Update the list of positions.
Path | of the new file to load |
Definition at line 511 of file satellite-conf.cc.
References LoadPositions(), and m_utPositions.
|
static |
Definition at line 243 of file satellite-conf.h.
|
static |
Definition for beam ID index (column) in m_conf.
Definition at line 227 of file satellite-conf.h.
Referenced by ns3::SatHelper::DoCreateScenario().
|
static |
Definition for feeder frequency ID index (column) in m_conf.
Definition at line 242 of file satellite-conf.h.
Referenced by ns3::SatHelper::DoCreateScenario().
|
static |
Definition for GW ID index (column) in m_conf.
Definition at line 237 of file satellite-conf.h.
Referenced by ns3::SatHelper::DoCreateScenario(), and Initialize().
|
private |
Beam count.
Definition at line 266 of file satellite-conf.h.
Referenced by GetBeamConfiguration(), GetBeamCount(), and Initialize().
|
private |
Forward link carrier configuration.
Item index of the list means carrier configuration sequence. Currently only one sequence used and only one carrier inside carrier conf.
Definition at line 307 of file satellite-conf.h.
Referenced by Configure(), GetCarrierFrequencyHz(), GetFwdLinkCarrierBandwidthHz(), and GetFwdLinkCarrierCount().
|
private |
The regeneration mode used in satellites for forward link.
Definition at line 405 of file satellite-conf.h.
Referenced by Configure(), GetTypeId(), and Initialize().
|
private |
The configured allocated bandwidth for forward link carriers.
Definition at line 375 of file satellite-conf.h.
Referenced by Configure(), and GetTypeId().
|
private |
The configured carrier roll-off factor for forward link carriers.
Definition at line 380 of file satellite-conf.h.
Referenced by Configure(), and GetTypeId().
|
private |
The configured carrier spacing factor for forward link carriers.
Definition at line 385 of file satellite-conf.h.
Referenced by Configure(), and GetTypeId().
|
private |
Definition at line 256 of file satellite-conf.h.
Referenced by GetBeamConfiguration(), and Initialize().
|
private |
Bandwidth of forward feeder link.
Definition at line 325 of file satellite-conf.h.
Referenced by Configure(), GetCarrierFrequencyHz(), and GetTypeId().
|
private |
Definition at line 364 of file satellite-conf.h.
Referenced by Configure(), GetCarrierFrequencyHz(), and GetTypeId().
|
private |
Base frequency of forward feeder link.
Definition at line 320 of file satellite-conf.h.
Referenced by GetCarrierFrequencyHz(), and GetTypeId().
|
private |
Bandwidth of forward user link.
Definition at line 335 of file satellite-conf.h.
Referenced by Configure(), GetCarrierFrequencyHz(), and GetTypeId().
|
private |
The number of the channels in different satellite links: forward user, return user, forward feeder, return feeder.
Definition at line 362 of file satellite-conf.h.
Referenced by Configure(), GetCarrierFrequencyHz(), and GetTypeId().
|
private |
Base frequency of forward user link.
Definition at line 330 of file satellite-conf.h.
Referenced by GetCarrierFrequencyHz(), and GetTypeId().
|
private |
Geodetic positions of the GWs.
Definition at line 271 of file satellite-conf.h.
Referenced by GetGwCount(), GetGwPosition(), and Initialize().
|
private |
Indicates with this is a constellation of satellites.
Definition at line 261 of file satellite-conf.h.
Referenced by GetSatCount(), and Initialize().
|
private |
Return link carrier configuration for SCPC.
Item index of the list means carrier configuration sequence. Currently only one sequence used and only one carrier inside carrier conf.
Definition at line 315 of file satellite-conf.h.
Referenced by Configure(), and GetRtnLinkCarrierBandwidthHz().
|
private |
The regeneration mode used in satellites for return link.
Definition at line 410 of file satellite-conf.h.
Referenced by Configure(), GetCarrierBandwidthHz(), GetTypeId(), and Initialize().
|
private |
The configured allocated bandwidth for return link carriers.
Definition at line 390 of file satellite-conf.h.
Referenced by Configure(), and GetTypeId().
|
private |
The configured carrier roll-off factor for return link carriers.
Definition at line 395 of file satellite-conf.h.
Referenced by Configure(), and GetTypeId().
|
private |
The configured carrier spacing factor for return link carriers.
Definition at line 400 of file satellite-conf.h.
Referenced by Configure(), and GetTypeId().
|
private |
Definition at line 255 of file satellite-conf.h.
Referenced by GetBeamConfiguration(), and Initialize().
|
private |
Bandwidth of return feeder link.
Definition at line 345 of file satellite-conf.h.
Referenced by Configure(), GetCarrierFrequencyHz(), and GetTypeId().
|
private |
Definition at line 365 of file satellite-conf.h.
Referenced by Configure(), GetCarrierFrequencyHz(), and GetTypeId().
|
private |
Base frequency of return feeder link.
Definition at line 340 of file satellite-conf.h.
Referenced by GetCarrierFrequencyHz(), and GetTypeId().
|
private |
Bandwidth of return user link.
Definition at line 355 of file satellite-conf.h.
Referenced by Configure(), GetCarrierFrequencyHz(), and GetTypeId().
|
private |
Definition at line 363 of file satellite-conf.h.
Referenced by Configure(), GetCarrierFrequencyHz(), and GetTypeId().
|
private |
Base frequency of return user link.
Definition at line 350 of file satellite-conf.h.
Referenced by GetCarrierFrequencyHz(), and GetTypeId().
|
private |
Geodetic positions of the Satellite.
Definition at line 281 of file satellite-conf.h.
Referenced by GetSatCount(), GetSatPosition(), and Initialize().
|
private |
Start time of simulation, on format "YYYY-MM-DD hh:mm:ss".
Definition at line 291 of file satellite-conf.h.
Referenced by GetStartTimeStr(), and LoadTles().
|
private |
The super frame configuration used for sequence 0.
Definition at line 370 of file satellite-conf.h.
Referenced by Configure(), and GetTypeId().
|
private |
Superframe sequence configuration.
Table includes superframe configurations for return link. Item index of the list means superframe sequency (SFS).
Definition at line 299 of file satellite-conf.h.
Referenced by Configure(), GetCarrierBandwidthHz(), GetCarrierFrequencyHz(), GetRtnLinkCarrierCount(), and GetSuperframeSeq().
|
private |
TLE information for a satellite constellation.
Definition at line 286 of file satellite-conf.h.
Referenced by GetSatCount(), and LoadTles().
|
private |
Geodetic positions of the UTs.
Definition at line 276 of file satellite-conf.h.
Referenced by GetUtCount(), GetUtPosition(), Initialize(), and SetUtPositionsPath().
|
static |
Definition for user frequency ID index (column) in m_conf.
Definition at line 232 of file satellite-conf.h.
Referenced by ns3::SatHelper::DoCreateScenario().