9 #ifndef preferencesViewMgr_H_
10 #define preferencesViewMgr_H_
51 DtBoost::shared_ptr<DtRtiAssistantPeer> peer,
79 virtual void setAssistantLogFileName(
const MAKRti::DtString& );
88 void processConfigAccept();
94 void showAssistantLog();
97 void deleteAssistantLogs();
101 void setLogUpdateInterval(
unsigned int );
102 void setKeepAlive(
bool );
103 void setLatencyTestInteractionPeriodMs(
unsigned int );
104 void setLatencyTestNumInteractions(
unsigned int );
105 void setLatencyTestPayloadBytes(
unsigned int );
106 void setDisplayPopupsAsNotifications(
bool );
107 void setEnableNotifications(
bool );
108 void setLightweightMemorySec(
unsigned int );
109 void setDefunctFederateRemovalTimeSec(
float );
110 void setAssistantUpdateIntervalSec(
unsigned int );
111 void setLrcNetStatsUpdateIntervalSec(
unsigned int );
112 void setShowRtiexecStartupPrompt(
bool );
113 void setAcceptRemoteCommands(
bool );
114 void setAssistantPersistent(
bool );
115 void setDefaultToUnlicensed(
bool );
116 void setWarningTickInterval(
float );
117 void setDisplayRemoteNotifications(
bool );
118 void setDisplayFederationColors(
bool );
119 void setFederateIdentifier(
unsigned int );
126 void updateLogUpdateInterval(
unsigned int );
127 void updateKeepAlive(
bool );
128 void updateLatencyTestInteractionPeriodMs(
unsigned int );
129 void updateLatencyTestNumInteractions(
unsigned int );
130 void updateLatencyTestPayloadBytes(
unsigned int );
131 void updateDisplayPopupsAsNotifications(
bool );
132 void updateEnableNotifications(
bool );
133 void updateLightweightMemorySec(
unsigned int );
134 void updateDefunctFederateRemovalTimeSec(
float );
135 void updateAssistantUpdateIntervalSec(
unsigned int );
136 void updateLrcNetStatsUpdateIntervalSec(
unsigned int );
137 void updateShowRtiexecStartupPrompt(
bool );
138 void updateAcceptRemoteCommands(
bool );
139 void updateAssistantPersistent(
bool );
140 void updateDefaultToUnlicensed(
bool );
141 void updateWarningTickInterval(
float );
142 void updateDisplayRemoteNotifications(
bool );
143 void updateDisplayFederationColors(
bool );
144 void updateFederateIdentifier(
unsigned int );
149 void savePreferences();