MainControl is a utility component for initializing and starting other configurations that provide the SplitControl or StdControl interface. The init and start functions are called at system boot. To use:
components new MainControlC(); components MySensorC; MainControlC -> MySensorC.SplitControl;