25 #ifndef _SAFIR_DOB_CONNECTION_H
26 #define _SAFIR_DOB_CONNECTION_H
88 void Open(
const std::wstring& connectionNameCommonPart,
89 const std::wstring& connectionNameInstancePart,
110 virtual bool IsOpen()
const;
119 void Dispatch()
const;
124 virtual long GetControllerId()
const {
return m_ctrl;}
126 void Close(
const bool checkThread);
Interface for reception of a dispatch order.
Definition: Consumer.h:72
A connection to the DOB.
Definition: Dob/Connection.h:45
Common base class for connections to the DOB.
Definition: ConnectionBase.h:52
DotsC_Int32 Int32
32 bit integer type.
Definition: Dob/Typesystem/Defs.h:69
Interface for reception of a stop order.
Definition: Consumer.h:53