![]() |
SimovaTrack V4.7.0
Simova Track codebase, written for testing and deployment for Simova
|
#include <iostream>
#include <string>
#include <chrono>
#include <ctime>
#include <unistd.h>
#include <sys/utsname.h>
Go to the source code of this file.
Functions | |
std::string | getOperatingSystem () |
std::string | getCurrentTime () |
void | print_device_information () |
int | abstracted_main () |
int abstracted_main | ( | ) |
std::string getCurrentTime | ( | ) |
std::string getOperatingSystem | ( | ) |
void print_device_information | ( | ) |