migrate to PIP v4.1
This commit is contained in:
@@ -48,6 +48,7 @@ class CD_CORE_EXPORT CDCore: public PIObject {
|
||||
friend class CDSection;
|
||||
friend class Interface;
|
||||
friend class XInterface;
|
||||
friend class MInterface;
|
||||
|
||||
public:
|
||||
static CDCore * instance();
|
||||
@@ -111,6 +112,7 @@ public:
|
||||
private:
|
||||
CDCore();
|
||||
~CDCore();
|
||||
|
||||
EVENT_HANDLER2(void, dataReceived, const PIString &, from, const PIByteArray &, data);
|
||||
EVENT_HANDLER1(void, dtSendRequest, PIByteArray &, data);
|
||||
EVENT_HANDLER1(void, dtReceiveFinished, bool, ok);
|
||||
@@ -136,6 +138,7 @@ private:
|
||||
PIMutex x_mutex;
|
||||
PIVector<PIDeque<int>> x_selected;
|
||||
PIMap<PIString, OHPair> c_handlers;
|
||||
int cout_buffer_id = 0;
|
||||
bool need_rebuild_x, x_pult_side;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user