Discoverable.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <swarmio/Node.h>
4 #include <swarmio/data/discovery/Response.pb.h>
5 
7 {
12  class SWARMIO_API Discoverable
13  {
14  public:
15 
23  virtual void DescribeService(data::discovery::Response& descriptor) = 0;
24  };
25 }
Interface for discoverable services.
Definition: Discoverable.h:12


swarmros
Author(s):
autogenerated on Fri Apr 3 2020 03:42:47