#include "svt.h" void Start() { // things to do at startup } bool Run() { // things to do while running return true; } void End() { //things to do when finishing }