|
@@ -92,8 +92,8 @@ int main(int argc, char *argv[])
|
|
// iv::modulecomm::RegisterRecv("test1",testcall,iv::modulecomm::ModuleComm_INTERIOR);
|
|
// iv::modulecomm::RegisterRecv("test1",testcall,iv::modulecomm::ModuleComm_INTERIOR);
|
|
// std::thread * xthread = new std::thread(threadsend);
|
|
// std::thread * xthread = new std::thread(threadsend);
|
|
|
|
|
|
- gpa = iv::modulecomm::RegisterSend("test1",1000,1,iv::modulecomm::ModuleComm_INTERIOR);
|
|
|
|
- iv::modulecomm::RegisterRecv("test1",testcall2,iv::modulecomm::ModuleComm_INTERIOR);
|
|
|
|
|
|
+ gpa = iv::modulecomm::RegisterSend("test1",1000,1,iv::modulecomm::ModuleComm_FASTRTPS);
|
|
|
|
+ iv::modulecomm::RegisterRecv("test1",testcall2,iv::modulecomm::ModuleComm_FASTRTPS);
|
|
// iv::modulecomm::RegisterRecv("test1",testcall2);
|
|
// iv::modulecomm::RegisterRecv("test1",testcall2);
|
|
std::thread * xthread = new std::thread(threadsend2);
|
|
std::thread * xthread = new std::thread(threadsend2);
|
|
return a.exec();
|
|
return a.exec();
|