.. index:: pair: enum; RequestType .. _doxid-class_nrp_core_server_1a5c39bb778ee26f83e26b2fb6a5d9794b: enum NrpCoreServer::RequestType =============================== enum with possible request types to be processed by :ref:`SimulationManager ` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum RequestType { :target:`None`, :target:`Initialize`, :target:`RunLoop`, :target:`RunUntilTimeout`, :target:`StopLoop`, :target:`Reset`, :target:`Shutdown`, };