Instrument Neutral Distributed Interface INDI  2.0.2
Public Member Functions | Public Attributes | List of all members
DriverMock Class Reference

#include <DriverMock.h>

Public Member Functions

 DriverMock ()
 
virtual ~DriverMock ()
 
void setup ()
 
void waitEstablish ()
 
void terminateDriver ()
 
void ping ()
 

Public Attributes

ConnectionMock cnx
 

Detailed Description

Interface to the the fake driver that forward its indi communication pipes to the test process.

Definition at line 32 of file DriverMock.h.

Constructor & Destructor Documentation

◆ DriverMock()

DriverMock::DriverMock ( )

Definition at line 74 of file DriverMock.cpp.

◆ ~DriverMock()

DriverMock::~DriverMock ( )
virtual

Definition at line 81 of file DriverMock.cpp.

Member Function Documentation

◆ ping()

void DriverMock::ping ( )

Definition at line 68 of file DriverMock.cpp.

◆ setup()

void DriverMock::setup ( )

Definition at line 44 of file DriverMock.cpp.

◆ terminateDriver()

void DriverMock::terminateDriver ( )

Definition at line 56 of file DriverMock.cpp.

◆ waitEstablish()

void DriverMock::waitEstablish ( )

Definition at line 49 of file DriverMock.cpp.

Member Data Documentation

◆ cnx

ConnectionMock DriverMock::cnx

Definition at line 50 of file DriverMock.h.


The documentation for this class was generated from the following files: