orotool/src/oro/ping.hpp

13 lines
183 B
C++
Raw Normal View History

2020-06-20 01:27:47 +02:00
#pragma once
#include "datatypes.hpp"
#include <string>
namespace oro {
struct Ping {
Timestamp generation_timestamp;
std::string message;
int version;
};
} //namespace oro