SourceCode/Bond/Servo/CJobDataS.h
@@ -1,4 +1,5 @@ #pragma once #include "CAttributeVector.h" namespace SERVO { @@ -67,6 +68,10 @@ void setTargetPortNo(int no); int getTargetSlotNo(); void setTargetSlotNo(int no); int serialize(char* pszBuffer, int nBufferSize); int unserialize(const char* pszBuffer, int nBufferSize); void getAttributeVector(CAttributeVector& attrubutes, int beginWeight); private: int m_nCassetteSequenceNo; @@ -98,6 +103,9 @@ int m_nSourceSlotNo; int m_nTargetPortNo; int m_nTargetSlotNo; private: char* m_pRawData; }; }