april  1.0.0
...
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
april-cmd library

This library provides an interface through text commands to core functions. It is easly extendable and has support for new classes.

The commands follow this pattern: module.command arg arg arg

If the arguments contain spaces then quotes are required, otherwise they are optional:

some.command argument_1 "argument 2" 'argument 3'

Either tabs or spaces may separate arguments.

Modules are logically related groups of commands. While the commands belonging to a certain module usually start with the name of the module or a short form of it, the library does not enforce this rule and any module may provide any command or the command may not be provided by a module at all.

Here are the build-in modules:




april-core library Documentation root april-gui library