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