提交 0c2c96ea authored 作者: blu's avatar blu

init

上级 23ef37eb
...@@ -494,7 +494,6 @@ private: ...@@ -494,7 +494,6 @@ private:
protected: protected:
void run() void run()
{ {
cout << endl << "in run" << endl;
bool bStopSig = false; bool bStopSig = false;
int ret = 0; int ret = 0;
int idx = 0; int idx = 0;
...@@ -516,9 +515,7 @@ protected: ...@@ -516,9 +515,7 @@ protected:
// business logic // business logic
int ret =zmq_msg_init(&msg); int ret =zmq_msg_init(&msg);
cout << "ck1" <<endl;
ret = zmq_recvmsg(pSub, &msg, 0); ret = zmq_recvmsg(pSub, &msg, 0);
cout << "ck2" << endl;
if(ret < 0) { if(ret < 0) {
spdlog::error("failed to recv zmq msg: {}", zmq_strerror(ret)); spdlog::error("failed to recv zmq msg: {}", zmq_strerror(ret));
continue; continue;
...@@ -564,7 +561,6 @@ public: ...@@ -564,7 +561,6 @@ public:
setupMq(); setupMq();
getInputFormat(); getInputFormat();
setupStream(); setupStream();
cout << "exit ctor" << endl;
}; };
~EvMLMotion() { ~EvMLMotion() {
if(pSub != NULL) { if(pSub != NULL) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论