File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ API Discovery::api() const {
1111 return API::get<Discovery>();
1212}
1313
14- API::traits<Discovery>::api() {
14+ API API ::traits<Discovery>::api() {
1515 return {kRDK , kService , " discovery" };
1616}
1717
Original file line number Diff line number Diff line change @@ -27,12 +27,16 @@ class Discovery : public Service {
2727 public:
2828 // / @brief Discover valid viam configuration of resources that are physically
2929 // / connected to your machine.
30+ // / @ingroup Discovery
3031 inline std::vector<ResourceConfig> discover_resources () {
3132 return discover_resources ({});
3233 }
3334
3435 // / @brief Discover valid viam configuration of resources that are physically
3536 // / connected to your machine.
37+ // / @param extra Any additional arguments to the method.
38+ // / @return array of potential viam configurations for hardware physically
39+ // connected to your viam server
3640 virtual std::vector<ResourceConfig> discover_resources (const ProtoStruct& extra) = 0;
3741
3842 // / @brief Do an arbitrary command.
You can’t perform that action at this time.
0 commit comments