Closed a-w closed 8 years ago
The default constructor of kaco::Entry does not initialize all members. This causes kacanopen_example_eds_reader to fail. Initializers common to all constructors can now placed in the declaration, so I fixed it there.
You're right. Thanks :)
The default constructor of kaco::Entry does not initialize all members. This causes kacanopen_example_eds_reader to fail. Initializers common to all constructors can now placed in the declaration, so I fixed it there.