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