Files
pvAccess/pvAccessApp/client/pvAccess.cpp
Matej Sekoranja 8464aacbef header cleanup
2011-10-20 15:40:53 +02:00

15 lines
400 B
C++

/**
* Copyright - See the COPYRIGHT that is included with this distribution.
* pvAccessCPP is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
*/
#include <pv/pvAccess.h>
namespace epics {
namespace pvAccess {
const char* Channel::ConnectionStateNames[] = { "NEVER_CONNECTED", "CONNECTED", "DISCONNECTED", "DESTROYED" };
}}