by i get the followed error:
terminal was not declared in this scope
invalid type in declaration before ';' token
template argument 1 is invalid
template argument 3 in invalid
please help me to solve this mistake.
thank you very much
i changed a bit my code but it doesn't work as well
1 2 3 4 5 6 7 8 9 10 11 12
#include <set>
#include <algorithm>
#include <iterator>
typedef std::set<ueterm,std::less<Address> > setUser; //added by giuseppe
typedefstruct terminal{
double lifeTime;
Mac48Address macUe;
}ueterm;
the error are
Description Resource Path Location Type
‘ueterm’ was not declared in this scope MioScenario.cc /SpectrumSharing/scratch line 39 C/C++ Problem
invalid type in declaration before ‘;’ token MioScenario.cc /SpectrumSharing/scratch line 39 C/C++ Problem
template argument 1 is invalid MioScenario.cc /SpectrumSharing/scratch line 39 C/C++ Problem
template argument 3 is invalid MioScenario.cc /SpectrumSharing/scratch line 39 C/C++ Problem