pxmlw6n2f/Gazebo_Distributed_MPI/gazebo/msgs/time.proto

16 lines
195 B
Protocol Buffer
Raw Normal View History

2019-04-18 10:27:54 +08:00
syntax = "proto2";
package gazebo.msgs;
/// \ingroup gazebo_msgs
/// \interface Time
/// \brief A message for time data
message Time
{
required int32 sec = 1;
required int32 nsec = 2;
}