Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dorotaphanSiili
Copy link
Collaborator

and make some fixes along the way
use dependecies for libs downloaded from repository instead of copying files
clean up shared folder
add examples - requires adding a namespace modulename::


void OLinkRemote::writeMessage(const std::string msg)
{
qDebug() << Q_FUNC_INFO << QString::fromStdString(msg);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will this slow down the message handling. On every msg we write the whole message out. Should we use maybe later the logging categories? Or remove these logs from code?


void OLinkRemote::handleMessage(const QString &msg)
{
qDebug() << Q_FUNC_INFO << msg;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

samehere. debug on every message

registry.addSource(testbed1OlinkStructArrayInterfaceService);

// Use the server.
registry.removeSource(testbed2OlinkManyParamInterfaceService->olinkObjectName());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can the registry remove all sources on destructor?

@dorotaphanSiili dorotaphanSiili merged commit 3f25699 into apigear-io:main Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants