ihedvall / mdflib

Implementation of the ASAM MDF data file.
https://ihedvall.github.io/mdflib/
MIT License
69 stars 29 forks source link

Support basic mdf writing of .NET #24

Closed Simplxss closed 1 year ago

Simplxss commented 1 year ago

I change the return type of CreateMdfWriter & CreateMdfFile ininclude/mdf/mdffactory.h to common ptr to avoid unnecessary type casting. I don't think it's a good choice to return unique_ptr in an interface, it should be down by the users themselves. I just finish writing the basic features, if any futher supports needed, please tell me.

Simplxss commented 1 year ago

ok, I will create a new function CreateMdfWriterEx & CreateMdfWriterEx and keep the original function signature.