Hi Kent,
the cast is safe. In the public API, NimbusInterface is an incomplete type. Only NimbusBaseInterface is defined there. But internally, NimbusInterface is derived from NimbusBaseInterface, therefore you can safely do the cast.
O
Best posts made by o_kniemeyer
-
RE: How to correctly get maxon::NimbusInterface?