YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
yarpserversql.h
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
6#ifndef YARP_SERVERSQL_YARPSERVERSQL_H
7#define YARP_SERVERSQL_YARPSERVERSQL_H
8
10
11#include <yarp/os/NameStore.h>
12#include <yarp/os/Searchable.h>
13
14YARP_serversql_API int yarpserver_main(int argc, char *argv[]);
15
17
18#endif // YARP_SERVERSQL_YARPSERVERSQL_H
Abstract interface for a database of port names.
Definition NameStore.h:19
A base class for nested structures that can be searched.
Definition Searchable.h:31
#define YARP_serversql_API
Definition api.h:17
yarp::os::NameStore * yarpserver_create(yarp::os::Searchable &options)
int yarpserver_main(int argc, char *argv[])