rename showConstructDestruct.h to CDRMonitor.h

This commit is contained in:
Michael Davidsaver
2011-02-02 10:11:07 -05:00
parent 3dd943d3b3
commit 8adb8b7766
32 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -2906,7 +2906,7 @@ PVDataCreate.</p>
<dd>Allows messages to be sent to a requester.</dd>
<dt style="font-family: courier;">serialize.h</dt>
<dd>Support for serializing objects.</dd>
<dt style="font-family: courier;">showConstructDestruct.h</dt>
<dt style="font-family: courier;">CDRMonitor.h</dt>
<dd>Provides support monitoring memory usage for objects of a class.</dd>
<dt style="font-family: courier;">status.h</dt>
<dd>A way to pass status information to a client.</dd>
+2 -2
View File
@@ -18,7 +18,7 @@ INC += serializeHelper.h
INC += event.h
INC += thread.h
INC += executor.h
INC += showConstructDestruct.h
INC += CDRMonitor.h
INC += timeFunction.h
INC += timer.h
INC += queueVoid.h
@@ -27,7 +27,7 @@ INC += messageQueue.h
INC += destroyable.h
INC += status.h
LIBSRCS += showConstructDestruct.cpp
LIBSRCS += CDRMonitor.cpp
LIBSRCS += byteBuffer.cpp
LIBSRCS += bitSet.cpp
LIBSRCS += requester.cpp
+1 -1
View File
@@ -12,7 +12,7 @@
#include "pvIntrospect.h"
#include "convert.h"
#include "factory.h"
#include "showConstructDestruct.h"
#include "CDRMonitor.h"
namespace epics { namespace pvData {
+1 -1
View File
@@ -13,7 +13,7 @@
#include "convert.h"
#include "factory.h"
#include "lock.h"
#include "showConstructDestruct.h"
#include "CDRMonitor.h"
namespace epics { namespace pvData {
+1 -1
View File
@@ -11,7 +11,7 @@
#include "lock.h"
#include "pvData.h"
#include "factory.h"
#include "showConstructDestruct.h"
#include "CDRMonitor.h"
namespace epics { namespace pvData {
+1 -1
View File
@@ -12,7 +12,7 @@
#include <lock.h>
#include "pvIntrospect.h"
#include "standardField.h"
#include "showConstructDestruct.h"
#include "CDRMonitor.h"
namespace epics { namespace pvData {
+1 -1
View File
@@ -14,7 +14,7 @@
#include "convert.h"
#include "standardField.h"
#include "standardPVField.h"
#include "showConstructDestruct.h"
#include "CDRMonitor.h"
namespace epics { namespace pvData {
@@ -1,4 +1,4 @@
/* showConstructDestruct.cpp */
/* CDRMonitor.cpp */
/**
* Copyright - See the COPYRIGHT that is included with this distribution.
* EPICS pvDataCPP is distributed subject to a Software License Agreement found
@@ -17,7 +17,7 @@
#include "lock.h"
#include "pvType.h"
#include "linkedList.h"
#include "showConstructDestruct.h"
#include "CDRMonitor.h"
namespace epics { namespace pvData {
@@ -1,4 +1,4 @@
/* showConstructDestruct.h */
/* CDRMonitor.h */
/**
* Copyright - See the COPYRIGHT that is included with this distribution.
* EPICS pvDataCPP is distributed subject to a Software License Agreement found
+1 -1
View File
@@ -11,7 +11,7 @@
#include "lock.h"
#include "factory.h"
#include "byteBuffer.h"
#include "showConstructDestruct.h"
#include "CDRMonitor.h"
#include "status.h"
#include "serializeHelper.h"
+1 -1
View File
@@ -8,7 +8,7 @@
#include "stdio.h"
#include "bitSet.h"
#include "lock.h"
#include "showConstructDestruct.h"
#include "CDRMonitor.h"
#include "serializeHelper.h"
namespace epics { namespace pvData {
+1 -1
View File
@@ -20,7 +20,7 @@
#include "pvType.h"
#include "lock.h"
#include "event.h"
#include "showConstructDestruct.h"
#include "CDRMonitor.h"
namespace epics { namespace pvData {
+1 -1
View File
@@ -17,7 +17,7 @@
#include "thread.h"
#include "event.h"
#include "executor.h"
#include "showConstructDestruct.h"
#include "CDRMonitor.h"
namespace epics { namespace pvData {
+1 -1
View File
@@ -14,7 +14,7 @@
#include "lock.h"
#include "pvType.h"
#include "linkedListVoid.h"
#include "showConstructDestruct.h"
#include "CDRMonitor.h"
namespace epics { namespace pvData {
+1 -1
View File
@@ -15,7 +15,7 @@
#include "lock.h"
#include "requester.h"
#include "noDefaultMethods.h"
#include "showConstructDestruct.h"
#include "CDRMonitor.h"
#include "queue.h"
#include "messageQueue.h"
+1 -1
View File
@@ -14,7 +14,7 @@
#include "lock.h"
#include "pvType.h"
#include "queueVoid.h"
#include "showConstructDestruct.h"
#include "CDRMonitor.h"
namespace epics { namespace pvData {
+1 -1
View File
@@ -18,7 +18,7 @@
#include "event.h"
#include "thread.h"
#include "linkedList.h"
#include "showConstructDestruct.h"
#include "CDRMonitor.h"
namespace epics { namespace pvData {
+1 -1
View File
@@ -14,7 +14,7 @@
#include "pvType.h"
#include "lock.h"
#include "noDefaultMethods.h"
#include "showConstructDestruct.h"
#include "CDRMonitor.h"
#include "linkedList.h"
#include "thread.h"
#include "timeStamp.h"
+1 -1
View File
@@ -12,7 +12,7 @@
#include <string.h>
#include <stdio.h>
#include <bitSet.h>
#include <showConstructDestruct.h>
#include <CDRMonitor.h>
#include <epicsAssert.h>
#include <epicsExit.h>
+1 -1
View File
@@ -23,7 +23,7 @@
#include "lock.h"
#include "timeStamp.h"
#include "linkedList.h"
#include "showConstructDestruct.h"
#include "CDRMonitor.h"
using namespace epics::pvData;
+1 -1
View File
@@ -23,7 +23,7 @@
#include "timeStamp.h"
#include "requester.h"
#include "messageQueue.h"
#include "showConstructDestruct.h"
#include "CDRMonitor.h"
#include "event.h"
#include "thread.h"
#include "executor.h"
+1 -1
View File
@@ -22,7 +22,7 @@
#include "lock.h"
#include "timeStamp.h"
#include "queue.h"
#include "showConstructDestruct.h"
#include "CDRMonitor.h"
#include "event.h"
#include "thread.h"
#include "executor.h"
+1 -1
View File
@@ -19,7 +19,7 @@
#include "serialize.h"
#include "noDefaultMethods.h"
#include "byteBuffer.h"
#include "showConstructDestruct.h"
#include "CDRMonitor.h"
#define BYTE_MAX_VALUE 127
#define BYTE_MIN_VALUE -128
+1 -1
View File
@@ -23,7 +23,7 @@
#include "event.h"
#include "thread.h"
#include "executor.h"
#include "showConstructDestruct.h"
#include "CDRMonitor.h"
#include "timeFunction.h"
using namespace epics::pvData;
+1 -1
View File
@@ -22,7 +22,7 @@
#include "event.h"
#include "timer.h"
#include "thread.h"
#include "showConstructDestruct.h"
#include "CDRMonitor.h"
using namespace epics::pvData;
+1 -1
View File
@@ -30,7 +30,7 @@
#include "pvDisplay.h"
#include "pvEnumerated.h"
#include "pvTimeStamp.h"
#include "showConstructDestruct.h"
#include "CDRMonitor.h"
using namespace epics::pvData;
+1 -1
View File
@@ -20,7 +20,7 @@
#include "convert.h"
#include "standardField.h"
#include "standardPVField.h"
#include "showConstructDestruct.h"
#include "CDRMonitor.h"
using namespace epics::pvData;
+1 -1
View File
@@ -20,7 +20,7 @@
#include "pvIntrospect.h"
#include "pvData.h"
#include "standardField.h"
#include "showConstructDestruct.h"
#include "CDRMonitor.h"
using namespace epics::pvData;
+1 -1
View File
@@ -21,7 +21,7 @@
#include "convert.h"
#include "standardField.h"
#include "standardPVField.h"
#include "showConstructDestruct.h"
#include "CDRMonitor.h"
using namespace epics::pvData;
+1 -1
View File
@@ -21,7 +21,7 @@
#include "convert.h"
#include "standardField.h"
#include "standardPVField.h"
#include "showConstructDestruct.h"
#include "CDRMonitor.h"
using namespace epics::pvData;
+1 -1
View File
@@ -21,7 +21,7 @@
#include "convert.h"
#include "standardField.h"
#include "standardPVField.h"
#include "showConstructDestruct.h"
#include "CDRMonitor.h"
using namespace epics::pvData;
+1 -1
View File
@@ -20,7 +20,7 @@
#include "pvData.h"
#include "standardField.h"
#include "standardPVField.h"
#include "showConstructDestruct.h"
#include "CDRMonitor.h"
using namespace epics::pvData;