RMResearch / OpenMPD

11 stars 8 forks source link

C++ API reference/documentation? #3

Closed frantic0 closed 1 year ago

frantic0 commented 1 year ago

Hi @RobertoMontano @diegomp1982

is there any C++ API reference/documentation available for OpenMPD?

Thanks, Francisco

diegomp1982 commented 1 year ago

Hi! The OpenMPD paper provides an introduction to the main concepts related to creating content with OpenMPD, as well as a high level description of the architecture. You can then get more detail from the tutorial guide The source code also contains comments to generate the Doxigen documentation. Hope that helps. Diego PS-> There is also additional information related to the drivers and solvers. It is worth taking a look at the Documentation folder...