debug: still prototyping

This commit is contained in:
Erik Foris 2024-03-22 16:17:21 +01:00
parent 887f0d180a
commit 45fa45ee2c

View File

@ -88,6 +88,13 @@ void Xapp::stop(void){
void Xapp::startup(SubscriptionHandler &sub_ref) {
std::cout << "Startup beeing called";
while (true)
{
std::cout << "Send sub. req. inside the while true";
std::cout << "yeet";
startup_subscribe_requests();
}
subhandler_ref = &sub_ref;