BugList >> beaglebone_pool_timer >> SystemInfo >> TestSpreadsheetStuff >> TimBird 

TB Wiki

Login

Foo Help

The Foo processor is a sample that demonstrates several of the mechanisms that are available for a processor to use. The intent is that it can be copied when starting a new processor.

Arguments are in config format syntax, before a line consisting of '----'.
Non-argument content is anything following the ---- line. It can be retrieved from the block data using the following sequence (in the processor python code):

    conf_map = req.parse_conf(content)
    nonarg_content = conf_map.get("nonarg_content", "")

Processor arguments are:

  • foo
  • bar

Example usage:

{{{#!Foo
foo=hello
bar=world
----
This is additional content
}} }

Back to page: SystemInfo

TBWiki engine 1.9.3 by Tim Bird