Instrument Neutral Distributed Interface INDI  2.0.2
Enumerations
ConnectionMock.cpp File Reference
#include <system_error>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <errno.h>
#include <fcntl.h>
#include "ConnectionMock.h"
#include "SharedBuffer.h"
#include "XmlAwaiter.h"
#include "utils.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
}
 

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 195 of file ConnectionMock.cpp.