DIFF

class UniversalTemperatureSourceDebugSource

Constructors 1

void UniversalTemperatureSourceDebug()
References m_Data, m_Header, m_Names
Show 2 more, m_Pairs, and m_Values

Constants 2

const string DELIMITER_DATA = "|"
Referenced by Add(), and ParseData()
const string DELIMITER_KEYPAIR = ":"
Referenced by ParseKeyPairs()

Members 5

ref array<string> m_Names

names parsed from m_Pairs

ref array<string> m_Values

values parsed from m_Pairs

ref array<string> m_Pairs

keeps first iteration of parsed data from the m_Data

Methods 10

protected array<string> ParseData()
Referenced by Commit()
protected void ParseKeyPairs()
Referenced by Commit()