Files
pvAccess/pvAccessApp/client/pvAccess.cpp
Matej Sekoranja 6502180a9f CreateRequest
2010-12-27 10:03:25 +01:00

13 lines
407 B
C++

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