24#ifndef __SWRE_BACKDOOR_KEEPER_H__
25#define __SWRE_BACKDOOR_KEEPER_H__
27#include <Safir/Application/Internal/SwReportExportDefs.h>
97 void Tokenize(
const std::wstring& str,
98 std::vector<std::wstring>& tokens,
99 const std::wstring& delimiters = L
" \t\n");
This namespace contains all the functionality and definitions of the SAFIR SDK.
Definition Backdoor.h:31
Interface for handling PI commands.
Definition Backdoor.h:42
Class that provides subscription and filtering for BackdoorCommands.
Definition BackdoorKeeper.h:46
bool IsStarted() const
Check if the backdoor keeper has been started.
Definition BackdoorKeeper.h:88
void Stop()
Stops subscription for backdoor commands.
virtual ~BackdoorKeeper()
Destructor.
Definition BackdoorKeeper.h:60
BackdoorKeeper(const Safir::Dob::ConnectionBase &connection)
Constructor.
void Start(Safir::Application::Backdoor &backdoor)
Starts subscription for backdoor commands to be sent to the Backdoor.
Common base class for connections to the DOB.
Definition ConnectionBase.h:59
Interface to be implemented by subscribers of messages.
Definition Consumer.h:331
Proxy class for a message.
Definition MessageProxy.h:59