33 #ifndef EMANEREGISTRAR_HEADER_ 34 #define EMANEREGISTRAR_HEADER_ 81 #endif // EMANEREGISTRAR_HEADER_ The EventRegistrar allows NEM layers to register to receive events. Only those events registered will...
The Registrar interface provides access to all of the emulator registrars.
virtual ConfigurationRegistrar & configurationRegistrar()=0
virtual StatisticRegistrar & statisticRegistrar()=0
virtual EventRegistrar & eventRegistrar()=0
The StatisticRegistrar allows NEM layers to register statistics and statistic tables. Statistics and Statistic tables are owned by the emulator framework and a borrowed reference is returned to the registering NEM layer.
The ConfigurationRegistrar allows NEM layers to register the configuration items they require...