|
@@ -51,18 +51,18 @@ Status CarmakerImpl::convertreq(ServerContext* context, const iv::ipg::cvtReq* r
|
|
|
|
|
|
}
|
|
|
|
|
|
- std::cout<<"ressss. "<<std::endl;
|
|
|
+// std::cout<<"ressss. "<<std::endl;
|
|
|
reply->set_mnres(nres);
|
|
|
if(nres == 1)
|
|
|
{
|
|
|
if(pout_ptr != nullptr)
|
|
|
{
|
|
|
reply->set_xdata(pout_ptr.get(),static_cast<size_t>(nOutSize) );
|
|
|
- std::cout<<" out size: "<<nOutSize<<std::endl;
|
|
|
+// std::cout<<" out size: "<<nOutSize<<std::endl;
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
- std::cout<<" Task res is 1, but not have data. Please Check."<<std::endl;
|
|
|
+ // std::cout<<" Task res is 1, but not have data. Please Check."<<std::endl;
|
|
|
}
|
|
|
}
|
|
|
return Status::OK;
|
|
@@ -100,7 +100,7 @@ Status CarmakerImpl::convertwork(ServerContext* context, const iv::ipg::workReq
|
|
|
reply->set_strinputname(strInputName);
|
|
|
reply->set_stroutputname(strOUtputName);
|
|
|
reply->set_strcmd(strcmd);
|
|
|
- std::cout<<" input size."<<nInputSize<<std::endl;
|
|
|
+ // std::cout<<" input size."<<nInputSize<<std::endl;
|
|
|
reply->set_data_input(pInput_ptr.get(),static_cast<size_t>(nInputSize) );
|
|
|
}
|
|
|
else
|