#ifndef SYSTOOLS_H #define SYSTOOLS_H /*! \defgroup SysTools SysTools module This module contains interface to various services provided by the operating system. */ #include "ctimer.h" #include "timing.h" #include "pdlmgr.h" #include "cxxcmplnk.h" #include "periodic.h" #include "psighand.h" #endif