README_TLM.txt revision 12027
14826Ssaidi@eecs.umich.edu
24826Ssaidi@eecs.umich.eduTLM-2.0 standard header files
34826Ssaidi@eecs.umich.edu=============================
44826Ssaidi@eecs.umich.edu	
54826Ssaidi@eecs.umich.eduDir: include/
64826Ssaidi@eecs.umich.edu
74826Ssaidi@eecs.umich.eduSubDirs: tlm_core/
84826Ssaidi@eecs.umich.edu           tlm_1/
94826Ssaidi@eecs.umich.edu           tlm_2/
104826Ssaidi@eecs.umich.edu	 tlm_utils/
114826Ssaidi@eecs.umich.edu
124826Ssaidi@eecs.umich.eduFiles: README.txt
134826Ssaidi@eecs.umich.edu       tlm
144826Ssaidi@eecs.umich.edu       tlm.h
154826Ssaidi@eecs.umich.edu
164826Ssaidi@eecs.umich.edu
174826Ssaidi@eecs.umich.eduComments
184826Ssaidi@eecs.umich.edu========
194826Ssaidi@eecs.umich.edu
204826Ssaidi@eecs.umich.eduTo use the TLM-2.0 interoperability standard, a user should only include the tlm
214826Ssaidi@eecs.umich.eduor tlm.h header file. The same holds for the TLM-1.0 implementation that is
224826Ssaidi@eecs.umich.eduincluded as part of this kit; only include tlm or tlm.h. These header files
234826Ssaidi@eecs.umich.edurefer to all the header files within the tlm_core/ subdirectory, everything
244826Ssaidi@eecs.umich.eduwithin tlm or tlm.h is contained in the tlm namespace.
254826Ssaidi@eecs.umich.edu
264826Ssaidi@eecs.umich.eduThe tlm_utils subdirectory contains a set of additional definitions supported 
274826Ssaidi@eecs.umich.eduby the TLM-2.0 standard, but which are not part of the interoperability
284826Ssaidi@eecs.umich.edurequirements. It contains ease-of-use and convenience implementations for the 
294826Ssaidi@eecs.umich.eduinteroperability standard. All objects defined in the tlm_utils directory are 
304826Ssaidi@eecs.umich.educontained in the tlm_util namespace.
314826Ssaidi@eecs.umich.edu
324826Ssaidi@eecs.umich.eduSee the README.txt files in the subdirectories for an explanation of the 
334826Ssaidi@eecs.umich.eduinternal organization of the header files.
344826Ssaidi@eecs.umich.edu