socket_connection_status.hpp
Go to the documentation of this file.
00001 
00008 /*****************************************************************************
00009 ** Ifdefs
00010 *****************************************************************************/
00011 
00012 #ifndef ECL_DEVICES_CONNECTION_STATUS_HPP_
00013 #define ECL_DEVICES_CONNECTION_STATUS_HPP_
00014 
00015 /*****************************************************************************
00016 ** Includes
00017 *****************************************************************************/
00018 
00019 /*****************************************************************************
00020 ** Namespaces
00021 *****************************************************************************/
00022 
00023 namespace ecl {
00024 
00025 /*****************************************************************************
00026 ** Enums
00027 *****************************************************************************/
00028 
00032 enum ConnectionStatus {
00033         ConnectionProblem = -1, 
00034         ConnectionDisconnected = -2, 
00035         ConnectionHungUp = -3 
00036 };
00037 
00038 } // namespace ecl
00039 
00040 #endif /* ECL_DEVICES_CONNECTION_STATUS_HPP_ */


ecl_devices
Author(s): Daniel Stonier
autogenerated on Mon Jul 3 2017 02:22:02