Trabalho de Conclusão de Curso de Graduação
HEARLOG: software para registro de logs em arquitetura HLA
Fecha
2018-12-13Autor
Santos, Gabriel Cardos dos
Institución
Resumen
Developers that work with simulation using standard High Level Architecture have difficulties
in the debugging and testing of the developed simulation. With that in mind, this software
was developed with the objective of helping developers with a graphical interdace where the
components are organized in a manner that aids in the simulation’s debugging. This work
uses High Level Architecture according version 2010 to and guaranteeing the listening in
of data as a simulator connected into the simulation. all the data receiving is done trough
a dynamic library developed in C++ in order to achieve communication with the RTI and
the graphics interface, saving all the propagated data in different archives named by their
object class. The graphics interface is developed in C# because of its greater ammount
of components and customization. In every class that is in observation, its possible to ve-
rify the structure and components shown in tables, its also possible to filter them for better
visualization. Trough connection, receiving and sending of data to the graphics interface
developed in another language, it was possible to verify that the software works without
errors and accomplishes its main objective.