YARP
Yet Another Robot Platform
Server.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
7
#ifndef YARP_SERVERSQL_SERVER_H
8
#define YARP_SERVERSQL_SERVER_H
9
10
#include <
yarp/serversql/api.h
>
11
12
namespace
yarp::serversql
{
13
14
class
YARP_serversql_API
Server
15
{
16
public
:
17
void
stop
() { shouldStop =
true
; }
18
int
run(
int
argc,
char
* argv[]);
19
20
private
:
21
bool
shouldStop{
false
};
22
};
23
24
}
// namespace yarp::serversql
25
26
#endif
// YARP_SERVERSQL_SERVER_H
yarp::serversql::Server
Definition:
Server.h:15
yarp::serversql::Server::stop
void stop()
Definition:
Server.h:17
yarp::serversql
Definition:
Allocator.h:13
api.h
YARP_serversql_API
#define YARP_serversql_API
Definition:
api.h:17
YARP
3.7.2+72-20221008.2+gitbb7fa68a9
src
libYARP_serversql
src
yarp
serversql
Server.h
Generated on Thu Oct 27 2022 02:58:52 for YARP by
1.9.4