21 #include "ns3/object.h" 
   58                             std::string description)
 
   60   NS_LOG_FUNCTION (
this << experiment << strategy << input << runID << description);
 
   81 DataCalculatorList::iterator
 
   87 DataCalculatorList::iterator
 
   99   std::pair<std::string, std::string> blob (key, value);
 
  108   std::stringstream st;
 
  111   std::pair<std::string, std::string> blob (key, st.str ());
 
  120   std::stringstream st;
 
  123   std::pair<std::string, std::string> blob (key, st.str ());
 
  128 MetadataList::iterator
 
  134 MetadataList::iterator
 
std::string m_strategyLabel
Strategy label. 
DataCalculatorList::iterator DataCalculatorEnd()
Returns an iterator to the past-the-end of the DataCalculator list. 
void experiment(bool enableCtsRts)
Run single 10 seconds experiment with enabled or disabled RTS/CTS mechanism. 
#define NS_LOG_FUNCTION(parameters)
If log level LOG_FUNCTION is enabled, this macro will output all input parameters separated by "...
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name. 
virtual void DoDispose(void)
This method is called by Object::Dispose or by the object's destructor, whichever comes first...
std::string m_description
Description label. 
MetadataList::iterator MetadataBegin()
Returns an iterator to the beginning of the metadata list. 
void AddDataCalculator(Ptr< DataCalculator > datac)
Add a DataCalculator object to the DataCollector. 
void AddMetadata(std::string key, std::string value)
Add the key and the value as a pair of strings to the metadata list. 
std::string m_experimentLabel
Experiment label. 
std::string m_runLabel
Run label. 
DataCalculatorList m_calcList
List of data calculators. 
std::string m_inputLabel
Input label. 
DataCalculatorList::iterator DataCalculatorBegin()
Returns an iterator to the beginning of the DataCalculator list. 
void DescribeRun(std::string experiment, std::string strategy, std::string input, std::string runID, std::string description="")
Provide specific parameters to the DataCollector. 
virtual void DoDispose()
This method is called by Object::Dispose or by the object's destructor, whichever comes first...
MetadataList m_metadata
List of experiment metadata. 
MetadataList::iterator MetadataEnd()
Returns an iterator to the past-the-end of the metadata list.