You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The actual implementation use Windows defined types. It is needed to remove this dependency before implements #5.
Describe the solution you'd like
Convert any Windows type (HRESULT, DWORD, and so on) in generic types. Maybe this types can be remapped on Windows types if we are running on Windows.
Describe alternatives you've considered
Use only generic types (int, int64, and so on) without any mapping.
* Fixed condition when channelName is NULL
* Update OpenDDS to version 3.16
* Added logs on CommonDataReaderListenerImpl callbacks
* Update OpenDDS to version 3.16: missing submodule change on previous commit
* #6: removed windows types from interfaces, moved thread/events/lock into support classes
* #6: added IDataDistributionChannel class to avoid generic void* for CHANNEL_HANDLE
* #6: removed unused header files and other direct windows API
* #7: updates on documentation
* Review of MastershipManager, moved outside main library, added parameter management
* Added MastershipConfiguration for configuration management
* Update behavior of create channel
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Is your feature request related to a problem? Please describe.
The actual implementation use Windows defined types. It is needed to remove this dependency before implements #5.
Describe the solution you'd like
Convert any Windows type (HRESULT, DWORD, and so on) in generic types. Maybe this types can be remapped on Windows types if we are running on Windows.
Describe alternatives you've considered
Use only generic types (int, int64, and so on) without any mapping.
Additional context
It is mandatory for issue #5.
The text was updated successfully, but these errors were encountered: