|
DDS
ver. 2.0
|
#include <DeleteKeyCmd.h>
Public Member Functions | |
| SDeleteKeyCmd () | |
| size_t | size () const |
| void | _convertFromData (const MiscCommon::BYTEVector_t &_data) |
| void | _convertToData (MiscCommon::BYTEVector_t *_data) const |
| bool | operator== (const SDeleteKeyCmd &val) const |
| void | setKey (const std::string &_propID, uint64_t _taskID) |
| Helper function to set a key string in a form "propetrtyID.47598590403". More... | |
| std::string | getPropertyID () const |
| Helper function to extract property ID from key. More... | |
| uint64_t | getTaskID () const |
| Helper function to extract task ID from key. More... | |
Public Member Functions inherited from dds::protocol_api::SBasicCmd< SDeleteKeyCmd > | |
| void | convertFromData (const MiscCommon::BYTEVector_t &_data) |
| void | convertToData (MiscCommon::BYTEVector_t *_data) const |
Public Attributes | |
| std::string | m_sKey |
| SDeleteKeyCmd::SDeleteKeyCmd | ( | ) |
| void SDeleteKeyCmd::_convertFromData | ( | const MiscCommon::BYTEVector_t & | _data | ) |
| void SDeleteKeyCmd::_convertToData | ( | MiscCommon::BYTEVector_t * | _data | ) | const |
| string SDeleteKeyCmd::getPropertyID | ( | ) | const |
Helper function to extract property ID from key.
| uint64_t SDeleteKeyCmd::getTaskID | ( | ) | const |
Helper function to extract task ID from key.
| bool SDeleteKeyCmd::operator== | ( | const SDeleteKeyCmd & | val | ) | const |
| void SDeleteKeyCmd::setKey | ( | const std::string & | _propID, |
| uint64_t | _taskID | ||
| ) |
Helper function to set a key string in a form "propetrtyID.47598590403".
| size_t SDeleteKeyCmd::size | ( | ) | const |
| std::string dds::protocol_api::SDeleteKeyCmd::m_sKey |
1.8.13