mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 23:30:03 +02:00
to see the receiver output
This commit is contained in:
parent
ede6ccd720
commit
3a3e2e26d8
@ -7,6 +7,7 @@
|
|||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <signal.h> //SIGINT
|
#include <signal.h> //SIGINT
|
||||||
|
#include <cstdlib> //system
|
||||||
|
|
||||||
#include "utilities.h"
|
#include "utilities.h"
|
||||||
#include "logger.h"
|
#include "logger.h"
|
||||||
@ -49,6 +50,8 @@ int main(int argc, char *argv[]) {
|
|||||||
//Catch signal SIGINT to close files properly
|
//Catch signal SIGINT to close files properly
|
||||||
signal(SIGINT,closeFile);
|
signal(SIGINT,closeFile);
|
||||||
|
|
||||||
|
system("setterm -term linux -back black");
|
||||||
|
|
||||||
int ret = slsReceiverDefs::OK;
|
int ret = slsReceiverDefs::OK;
|
||||||
receiver = new slsReceiverUsers(argc, argv, ret);
|
receiver = new slsReceiverUsers(argc, argv, ret);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user