CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
Ardupilot

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: Ardupilot/ardupilot
Path: blob/master/libraries/AP_DDS/Idl/rosgraph_msgs/msg/Clock.idl
Views: 1801
// generated from rosidl_adapter/resource/msg.idl.em
// with input from rosgraph_msgs/msg/Clock.msg
// generated code does not contain a copyright notice

#include "builtin_interfaces/msg/Time.idl"

module rosgraph_msgs {
  module msg {
    @verbatim (language="comment", text=
      "This message communicates the current time." "\n"
      "" "\n"
      "For more information, see https://design.ros2.org/articles/clock_and_time.html.")
    struct Clock {
      builtin_interfaces::msg::Time clock;
    };
  };
};