20 #ifndef SATELLITE_FADING_INPUT_TRACE_CONTAINER_H
21 #define SATELLITE_FADING_INPUT_TRACE_CONTAINER_H
26 #include <ns3/mac48-address.h>
27 #include <ns3/satellite-input-fstream-time-double-container.h>
47 typedef std::pair<Address, SatEnums::ChannelType_t>
key_t;
52 typedef std::map<key_t, Ptr<SatInputFileStreamTimeDoubleContainer>>
container_t;
99 Ptr<SatInputFileStreamTimeDoubleContainer>
AddNode(
100 std::pair<Address, SatEnums::ChannelType_t> key);
107 Ptr<SatInputFileStreamTimeDoubleContainer>
FindNode(
key_t key);
Base class for trace containers such as interference or fading traces.
SatArqSequenceNumber is handling the sequence numbers for the ARQ process.