################################################## ## ## ## >>section_enter<< NAME2CONFIG scusibot = scusibot.conf tombot = tombot.conf >>end<< >>section_leave<< NAME2CONFIG ## ################################################## ################################################## ## ## This section maps a bot name to the corresponding ## ID, which again identifies uniquely to a class. ## This mapping is used to map the names, defined ## in the configuration setting "bots" to a bot class, ## to know, which object type should be created. ## New bot IDs must be added in bot.[ch]pp as enumeration ## constant in class Bot, in Bot::m_internalTypeString, ## and in method Bot::createBot. ## NOTE that this section DEFINES, whether a bot name ## exists or not. ## >>section_enter<< NAME2CLASS name2class = \ scusibot, SCUSI_BOT, \ tombot, TOM_BOT >>end<< >>section_leave<< NAME2CLASS ## ##################################################