Close

Feature: Custom RTTI implementation

A project log for ksIotFrameworkLib

Accelerate IoT application development with ksIotFrameworkLib!

cziter15cziter15 09/05/2022 at 06:100 Comments

To achieve smaller binary size and get rid of function names from binary, I've implemented custom RTTI. Heavily based on Paul Varcholik and Shao Voon Wong implementations.

Currently all application components must implement KSF_RTTI_DECLARATIONS to be able to prepare downcasting.

Then user is able to check class type. It's very useful for functions finding objects by class type.


Discussions