debug: still prototyping
This commit is contained in:
parent
887f0d180a
commit
45fa45ee2c
@ -88,6 +88,13 @@ void Xapp::stop(void){
|
|||||||
void Xapp::startup(SubscriptionHandler &sub_ref) {
|
void Xapp::startup(SubscriptionHandler &sub_ref) {
|
||||||
|
|
||||||
std::cout << "Startup beeing called";
|
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;
|
subhandler_ref = &sub_ref;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user