Instrument Neutral Distributed Interface INDI  2.0.2
Enumerations | Functions
XmlAwaiter.cpp File Reference
#include <stdexcept>
#include "XmlAwaiter.h"

Go to the source code of this file.

Enumerations

enum  XmlStatus {
  PRE , TAGNAME , WAIT_ATTRIB , ATTRIB ,
  QUOTE , WAIT_CLOSE , PRE , WAIT_TAGNAME ,
  TAGNAME , WAIT_ATTRIB , ATTRIB , QUOTE ,
  WAIT_CLOSE
}
 

Functions

std::string parseXmlFragment (std::function< char()> readchar)
 

Enumeration Type Documentation

◆ XmlStatus

enum XmlStatus
Enumerator
PRE 
TAGNAME 
WAIT_ATTRIB 
ATTRIB 
QUOTE 
WAIT_CLOSE 
PRE 
WAIT_TAGNAME 
TAGNAME 
WAIT_ATTRIB 
ATTRIB 
QUOTE 
WAIT_CLOSE 

Definition at line 22 of file XmlAwaiter.cpp.

Function Documentation

◆ parseXmlFragment()

std::string parseXmlFragment ( std::function< char()>  readchar)

Definition at line 24 of file XmlAwaiter.cpp.