VR-Exchange 2.10 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
broker
textUserInterface.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2016 MAK Technologies, Inc.
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#include <
broker/genericUserInterface.h
>
13
#include <vlutil/vlString.h>
14
15
namespace
MAKVrExchange
16
{
17
18
class
DtBrokerInitializer;
19
23
class
DT_DLL_BROKER
DtTextUserInterface
24
:
public
DtGenericUserInterface
25
{
26
public
:
27
29
DtTextUserInterface
(
DtBrokerInitializer
* init );
30
32
virtual
~
DtTextUserInterface
();
33
36
39
virtual
void
brokerStarted();
40
43
virtual
void
brokerStopped();
44
47
virtual
void
show();
48
51
virtual
void
objectDiscovered(
const
DtBrokerObject
* brokerObject);
52
55
virtual
void
objectUpdated(
const
DtBrokerObject
* brokerObject);
56
59
virtual
void
objectRemoved(
const
DtBrokerObject
* brokerObject);
60
63
virtual
void
addTranslator(
const
char
* name,
64
bool
reflectStatus,
bool
publishStatus,
bool
debugging );
65
68
virtual
void
deleteTranslator(
const
char
* name );
69
72
virtual
void
updateTranslator(
const
char
* name,
73
bool
reflectStatus,
bool
publishStatus,
bool
debugging );
74
76
77
private
:
78
80
DtTextUserInterface
(
const
DtTextUserInterface
& other );
81
83
DtTextUserInterface
& operator = (
const
DtTextUserInterface
& other );
84
85
protected
:
86
88
DtString
myBrokerName
;
89
90
};
91
92
}
MAKVrExchange::DtBrokerInitializer
A class to initialize DtBroker instances.
Definition:
brokerInitializer.h:35
MAKVrExchange::DtBrokerObject
Provides container to hold pointers to Protocol/Portal objects.
Definition:
brokerObject.h:24
MAKVrExchange::DtTextUserInterface
A Text Based User Interface that dumps output to DtInfo.
Definition:
textUserInterface.h:23
genericUserInterface.h
Contains the DtGenericUserInterface class declaration.
DT_DLL_BROKER
#define DT_DLL_BROKER
Definition:
include/broker/dllExport.h:20
MAKVrExchange::DtTextUserInterface::myBrokerName
DtString myBrokerName
the Name of the broker.
Definition:
textUserInterface.h:88
DtString
MAKVrExchange::DtGenericUserInterface
An abstract version of a Broker Interface.
Definition:
genericUserInterface.h:21
Document ID: Generated on Mon May 25 18:45:12 EDT 2026 from SVN revision 289111
Copyright © 2005-2026 MAK Technologies. All Rights Reserved (
www.mak.com
)