YARP
Yet Another Robot Platform
ResourceFinderOptions.cpp
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3  * SPDX-License-Identifier: BSD-3-Clause
4  */
5 
7 
8 using namespace yarp::os;
9 
11  DuplicateFilesPolicy duplicateFilesPolicy,
12  SearchFlavor searchFlavor,
13  const std::string& resourceType,
14  MessageFilter messageFilter)
15 {
16  this->searchLocations = searchLocations;
17  this->duplicateFilesPolicy = duplicateFilesPolicy;
18  this->searchFlavor = searchFlavor;
19  this->resourceType = resourceType;
20  this->messageFilter = messageFilter;
21 }
DuplicateFilesPolicy duplicateFilesPolicy
ResourceFinderOptions(SearchLocations searchLocations=ModuleDefault, DuplicateFilesPolicy duplicateFilesPolicy=First, SearchFlavor searchFlavor=ConfigAndDataLike, const std::string &resourceType="", MessageFilter messageFilter=ShowFromFlags)
An interface to the operating system, including Port based communication.