![]() ![]() ![]() ![]() Next: Screen Output Up: HelloWorld Previous: Source Code Contents Configuration FilesCactus Configuration (or CCL) files are the way in which the Cactus Flesh find out information about your thorn. Cactus isn't interested in all the private stuff of your thorn, but it needs to know about things like variables, routines, parameters which will interface with other thorns. In the Hello World example these files are trivial, since we have no variables, only one routine to schedule, and no parameters (to learn about parameters you could try to add a parameter to this thorn to switch off the output, or to change the number of times the message is printed). The contents of our CCL files are
![]() ![]() ![]() ![]() Next: Screen Output Up: HelloWorld Previous: Source Code Contents |