20#ifndef BARKBEETLEOUT_H
21#define BARKBEETLEOUT_H
The BarkBeetleModule class is the main class of the bark beetle module.
Definition: barkbeetlemodule.h:135
BarkBeetleOut handles the database output of the bark beetle module.
Definition: barkbeetleout.h:28
virtual void setup()
setup() is called during project setup and can be ovveridden for specific setup
Definition: barkbeetleout.cpp:68
virtual void exec()
main function that executes the output
Definition: barkbeetleout.cpp:54
BarkBeetleOut()
Definition: barkbeetleout.cpp:29
void setBarkBeetleModule(BarkBeetleModule *module)
Definition: barkbeetleout.h:33
The Output class abstracts output data (database, textbased, ...).
Definition: output.h:55