rename showConstructDestruct.h to CDRMonitor.h
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "pvIntrospect.h"
|
||||
#include "convert.h"
|
||||
#include "factory.h"
|
||||
#include "showConstructDestruct.h"
|
||||
#include "CDRMonitor.h"
|
||||
|
||||
namespace epics { namespace pvData {
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include "convert.h"
|
||||
#include "factory.h"
|
||||
#include "lock.h"
|
||||
#include "showConstructDestruct.h"
|
||||
#include "CDRMonitor.h"
|
||||
|
||||
namespace epics { namespace pvData {
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "lock.h"
|
||||
#include "pvData.h"
|
||||
#include "factory.h"
|
||||
#include "showConstructDestruct.h"
|
||||
#include "CDRMonitor.h"
|
||||
|
||||
namespace epics { namespace pvData {
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include <lock.h>
|
||||
#include "pvIntrospect.h"
|
||||
#include "standardField.h"
|
||||
#include "showConstructDestruct.h"
|
||||
#include "CDRMonitor.h"
|
||||
|
||||
namespace epics { namespace pvData {
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include "pvType.h"
|
||||
#include "lock.h"
|
||||
#include "event.h"
|
||||
#include "showConstructDestruct.h"
|
||||
#include "CDRMonitor.h"
|
||||
|
||||
namespace epics { namespace pvData {
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include "thread.h"
|
||||
#include "event.h"
|
||||
#include "executor.h"
|
||||
#include "showConstructDestruct.h"
|
||||
#include "CDRMonitor.h"
|
||||
|
||||
namespace epics { namespace pvData {
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include "lock.h"
|
||||
#include "pvType.h"
|
||||
#include "linkedListVoid.h"
|
||||
#include "showConstructDestruct.h"
|
||||
#include "CDRMonitor.h"
|
||||
|
||||
namespace epics { namespace pvData {
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include "lock.h"
|
||||
#include "pvType.h"
|
||||
#include "queueVoid.h"
|
||||
#include "showConstructDestruct.h"
|
||||
#include "CDRMonitor.h"
|
||||
|
||||
namespace epics { namespace pvData {
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include "event.h"
|
||||
#include "thread.h"
|
||||
#include "linkedList.h"
|
||||
#include "showConstructDestruct.h"
|
||||
#include "CDRMonitor.h"
|
||||
|
||||
namespace epics { namespace pvData {
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#include "lock.h"
|
||||
#include "timeStamp.h"
|
||||
#include "linkedList.h"
|
||||
#include "showConstructDestruct.h"
|
||||
#include "CDRMonitor.h"
|
||||
|
||||
|
||||
using namespace epics::pvData;
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include "event.h"
|
||||
#include "timer.h"
|
||||
#include "thread.h"
|
||||
#include "showConstructDestruct.h"
|
||||
#include "CDRMonitor.h"
|
||||
|
||||
using namespace epics::pvData;
|
||||
|
||||
|
||||
@@ -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
@@ -20,7 +20,7 @@
|
||||
#include "convert.h"
|
||||
#include "standardField.h"
|
||||
#include "standardPVField.h"
|
||||
#include "showConstructDestruct.h"
|
||||
#include "CDRMonitor.h"
|
||||
|
||||
using namespace epics::pvData;
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include "pvIntrospect.h"
|
||||
#include "pvData.h"
|
||||
#include "standardField.h"
|
||||
#include "showConstructDestruct.h"
|
||||
#include "CDRMonitor.h"
|
||||
|
||||
using namespace epics::pvData;
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include "convert.h"
|
||||
#include "standardField.h"
|
||||
#include "standardPVField.h"
|
||||
#include "showConstructDestruct.h"
|
||||
#include "CDRMonitor.h"
|
||||
|
||||
using namespace epics::pvData;
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include "convert.h"
|
||||
#include "standardField.h"
|
||||
#include "standardPVField.h"
|
||||
#include "showConstructDestruct.h"
|
||||
#include "CDRMonitor.h"
|
||||
|
||||
using namespace epics::pvData;
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include "convert.h"
|
||||
#include "standardField.h"
|
||||
#include "standardPVField.h"
|
||||
#include "showConstructDestruct.h"
|
||||
#include "CDRMonitor.h"
|
||||
|
||||
using namespace epics::pvData;
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include "pvData.h"
|
||||
#include "standardField.h"
|
||||
#include "standardPVField.h"
|
||||
#include "showConstructDestruct.h"
|
||||
#include "CDRMonitor.h"
|
||||
|
||||
using namespace epics::pvData;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user