Program Listing for File socket_connection_status.hpp

Return to documentation for file (/tmp/ws/src/ecl_core/ecl_devices/include/ecl/devices/socket_connection_status.hpp)

/*****************************************************************************
** Ifdefs
*****************************************************************************/

#ifndef ECL_DEVICES_CONNECTION_STATUS_HPP_
#define ECL_DEVICES_CONNECTION_STATUS_HPP_

/*****************************************************************************
** Includes
*****************************************************************************/

/*****************************************************************************
** Namespaces
*****************************************************************************/

namespace ecl {

/*****************************************************************************
** Enums
*****************************************************************************/

enum ConnectionStatus {
    ConnectionProblem = -1,
    ConnectionDisconnected = -2,
    ConnectionHungUp = -3
};

} // namespace ecl

#endif /* ECL_DEVICES_CONNECTION_STATUS_HPP_ */