25#ifndef _SAFIR_DOB_CONNECTION_H
26#define _SAFIR_DOB_CONNECTION_H
90 void Open(
const std::wstring& connectionNameCommonPart,
91 const std::wstring& connectionNameInstancePart,
128 DotsC_Int32 GetControllerId()
const override {
return m_ctrl;}
#define DOSE_CPP_API
Definition DoseCppExportDefs.h:33
This namespace contains all the functionality and definitions of the SAFIR SDK.
Definition Backdoor.h:31
DotsC_Int32 Int32
32 bit integer type.
Definition Defs.h:66
A connection to the DOB.
Definition Connection.h:46
bool IsOpen() const override
Check if this Connection instance is open.
void Close()
Close the connection to the DOB.
void Open(const std::wstring &connectionNameCommonPart, const std::wstring &connectionNameInstancePart, const Dob::Typesystem::Int32 context, StopHandler *const stopHandler, Dispatcher *const dispatcher)
Open a connection to the DOB.
void Dispatch() const
When the dispatch event or callback is signalled, the application MUST call this method.
virtual ~Connection()
Destructor.
Common base class for connections to the DOB.
Definition ConnectionBase.h:59
Interface for reception of a stop order.
Definition Consumer.h:55
Interface for reception of a dispatch order.
Definition Consumer.h:74