Files
pvData/pvDataApp/misc/status.cpp
2010-12-27 10:01:28 +01:00

13 lines
369 B
C++

/*pvData.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 <pvData.h>
namespace epics { namespace pvData {
const char* StatusTypeName[] = { "OK", "WARNING", "ERROR", "FATAL" };
}}