<div dir="ltr">Hi Spyros, Alex,<div><br></div><div>I am working on a use case where I am trying to use the 'scenario template'. Under the 'extensions' folder, I see a note:</div><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div>In this directory you can put any .cc file you want to be compiled and linked to your scenarios. </div></div><div><div><br></div></div><div><div>This mainly useful for custom extension of ndnSIM and NS-3.</div></div><div><div><br></div></div><div><div>extensions/README.md (END)</div></div></blockquote><div><div><br></div></div><div>So, following the note, I have a put a bunch of .hpp and .cpp files under the 'extension' folder having a sub directory structure as follows. </div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div>extensions/utils/utils.hpp</div></div><div><div>extensions/utils/utils.cpp</div></div><div><div>extensions/tools/tools.hpp</div></div><div><div>extensions/tools/tools.cpp</div></div><div><div>extensions/example/example.hpp</div></div><div><div>extensions/example/example.cpp</div></div></blockquote><div><br></div><div>However, are we supposed to keep only .hpp and .cpp here? In the example provided, they have all code file under extension folder. <a href="https://github.com/named-data-ndnSIM/scenario-ChronoSync/tree/master/extensions">https://github.com/named-data-ndnSIM/scenario-ChronoSync/tree/master/extensions</a></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><br></div></blockquote>I am including some of the headers in my application code e.g. #include "utils/utils.hpp", #include "utils/tools.hpp", but this does not seems to work. Most of the cases, compiler is not able to find the headers. Is this correct approach to organize the scenario code? <div><div><div><br></div><div>I also see another related thread going on, and looks like I have to deal with that problems as well.</div><div><a href="http://www.lists.cs.ucla.edu/pipermail/ndnsim/2017-May/003726.html">http://www.lists.cs.ucla.edu/pipermail/ndnsim/2017-May/003726.html</a></div><div><div><br></div><div>/anil.</div><div><br></div><div><br></div></div></div></div></div>