#include "test.h" int main(int argc, char** argv) { S7Test s7; s7.communication_init(""); return EXIT_SUCCESS; }