added static dataType_t instances for string/bcd/uch, optimized and added missing initialization of ostringstream in readSymbols(), added DataFieldSet::createIdentFields() for ident message

This commit is contained in:
john30
2014-12-13 00:00:21 +01:00
parent 67549fd787
commit 95d9c5fd08
2 changed files with 78 additions and 7 deletions
+5
View File
@@ -522,6 +522,11 @@ class DataFieldSet : public DataField
{
public:
/**
* @brief Create the @a DataFieldSet for parsing the identification message (service 0x07 0x04).
* @return the @a DataFieldSet for parsing the identification message.
*/
static DataFieldSet* createIdentFields();
/**
* @brief Constructs a new instance.
* @param name the field name.