moved StatusTypeNames to .cpp
This commit is contained in:
13
pvDataApp/misc/status.cpp
Normal file
13
pvDataApp/misc/status.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
/*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" };
|
||||
|
||||
}}
|
||||
Reference in New Issue
Block a user