The class initialization function for each class is rxInit(). An application that defines a custom class must invoke this function during runtime initialization.
This function is defined automatically by each of the three ACRX_xxx_DEFINE_MEMBERS() macros and performs the following tasks:
If you want to define your own rxInit() function, use the ACRX_DEFINE_MEMBERS() macro.