simple ipc send
This commit is contained in:
parent
575cb73d95
commit
a35cb111ee
@ -23,7 +23,7 @@ int main(void)
|
||||
tmpDrive->setDriveSMARTData("modelFamily",
|
||||
"modelName",
|
||||
"serial",
|
||||
42,
|
||||
420000,
|
||||
43,
|
||||
44,
|
||||
45,
|
||||
@ -33,6 +33,7 @@ int main(void)
|
||||
cout << "send" << endl;
|
||||
Printer::getPrinter()->print(tmpDrive);
|
||||
sleep(5); // sleep 5 sec
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user