Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
include
ecl
devices
socket_connection_status.hpp
Go to the documentation of this file.
1
8
/*****************************************************************************
9
** Ifdefs
10
*****************************************************************************/
11
12
#ifndef ECL_DEVICES_CONNECTION_STATUS_HPP_
13
#define ECL_DEVICES_CONNECTION_STATUS_HPP_
14
15
/*****************************************************************************
16
** Includes
17
*****************************************************************************/
18
19
/*****************************************************************************
20
** Namespaces
21
*****************************************************************************/
22
23
namespace
ecl
{
24
25
/*****************************************************************************
26
** Enums
27
*****************************************************************************/
28
32
enum
ConnectionStatus
{
33
ConnectionProblem
= -1,
34
ConnectionDisconnected
= -2,
35
ConnectionHungUp
= -3
36
};
37
38
}
// namespace ecl
39
40
#endif
/* ECL_DEVICES_CONNECTION_STATUS_HPP_ */
ecl
ecl::ConnectionStatus
ConnectionStatus
ecl::ConnectionDisconnected
ConnectionDisconnected
ecl::ConnectionHungUp
ConnectionHungUp
ecl::ConnectionProblem
ConnectionProblem
xbot_driver
Author(s): Roc, wangpeng@droid.ac.cn
autogenerated on Sat Oct 10 2020 03:27:38