#include <swarmio/simulator/ExampleDevice.h>
#include <swarmio/simulator/LinearPathTelemetrySimulator.h>
#include <swarmio/transport/zyre/ZyreEndpoint.h>
#include <swarmio/Exception.h>
#include <czmq.h>
#include <iostream>
#include <chrono>
#include <g3log/g3log.hpp>
#include <g3log/logworker.hpp>
Go to the source code of this file.
Functions | |
int | main (int argc, const char *argv[]) |
int main | ( | int | argc, |
const char * | argv[] | ||
) |
Definition at line 15 of file libswarmio/src/swarmio/simulator/main.cpp.