parse_last_change


Description:

public bool parse_last_change (uint instance_id, string last_change_xml, ...) throws Error

Parses the xml fragment from a LastChange event.

Parameters:

this

A LastChangeParser

instance_id

The ID of the AV instance caller is interested in

last_change_xml

The xml from the "LastChange" event to parse

...

tuples of state variable name, state variable type, and state variable value location, terminated with NULL. The state variable values should be freed after use.

error

The location where to store any error, or NULL

Returns:

TRUE on success.