| | |
| | | #pragma once |
| | | #include <string> |
| | | #include "CAttributeVector.h" |
| | | |
| | | |
| | | namespace SERVO { |
| | |
| | | { |
| | | public: |
| | | CVcrEventReport(); |
| | | ~CVcrEventReport(); |
| | | virtual ~CVcrEventReport(); |
| | | |
| | | public: |
| | | std::string& getGlassId(); |
| | |
| | | short getVcrResult(); |
| | | std::string& getVcrResultDescription(std::string& strDescription); |
| | | int serialize(char* pszBuffer, int nBufferSize); |
| | | int unserialize(char* pszBuffer, int nBufferSize); |
| | | int unserialize(const char* pszBuffer, int nBufferSize); |
| | | void getAttributeVector(CAttributeVector& attrubutes, int beginWeight); |
| | | |
| | | private: |
| | | std::string m_strGlassId; // Read Data |