nds2-client - ClientDeveloper  0.16.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Typedefs | Variables
status_codes.hh File Reference
#include <array>
Include dependency graph for status_codes.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 nds_impl
 
 nds_impl::common
 

Typedefs

typedef std::array< char, 4 > nds_impl::common::status_code
 

Variables

const auto nds_impl::common::STATUS_DAQD_OK = status_code{ '0', '0', '0', '0' }
 
const auto nds_impl::common::STATUS_DAQD_ERROR = status_code{ '0', '0', '0', '1' }
 
const auto nds_impl::common::STATUS_DAQD_VERSION_MISMATCH
 
const auto nds_impl::common::STATUS_DAQD_NOT_FOUND = status_code{ '0', '0', '0', 'd' }
 
const auto nds_impl::common::STATUS_DAQD_SYNTAX = status_code{ '0', '0', '1', '9' }
 
const auto nds_impl::common::STATUS_DAQD_ON_TAPE = status_code{ '0', '0', '1', 'a' }