YARP
Yet Another Robot Platform
ContactStyle.cpp
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2006-2020 Istituto Italiano di Tecnologia (IIT)
3  * Copyright (C) 2006-2010 RobotCub Consortium
4  * All rights reserved.
5  *
6  * This software may be modified and distributed under the terms of the
7  * BSD-3-Clause license. See the accompanying LICENSE file for details.
8  */
9 
10 #include <yarp/os/ContactStyle.h>
11 
12 
14  admin(false),
15  quiet(false),
16  verboseOnSuccess(true),
17  timeout(-1),
18  carrier(""),
19  expectReply(true),
20  persistent(false),
21  persistenceType(yarp::os::ContactStyle::OPENENDED)
22 {
23 }
yarp::os::ContactStyle
Preferences for how to communicate with a contact.
Definition: ContactStyle.h:27
ContactStyle.h
yarp::os::ContactStyle::ContactStyle
ContactStyle()
Constructor.
Definition: ContactStyle.cpp:13
yarp
The main, catch-all namespace for YARP.
Definition: environment.h:18