Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sigslot can not define static 信号与槽不应该定义为static #24

Closed
itas109 opened this issue Apr 10, 2020 · 0 comments
Closed

sigslot can not define static 信号与槽不应该定义为static #24

itas109 opened this issue Apr 10, 2020 · 0 comments
Labels

Comments

@itas109
Copy link
Owner

itas109 commented Apr 10, 2020

Describe the bug
A clear and concise description of what the bug is.

sigslot::signal0<> readReady can not define static.
When there are two classes, the previous one cannot receive data

当存在多个串口类时,只有最后一个可以正常接收数据。

Expected behavior
A clear and concise description of what you expected to happen.

Each CSerialPort class has an independent sigslot::signal0<> readReady
每个串口类拥有独立的sigslot::signal0<> readReady

Desktop (please complete the following information):

  • Version: 4.0.2.200108
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant