FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
template<class T>
void
RemoteControl
< T >::EventHook
(
bool
newline
)
inline
protected
Definition at line
134
of file
RemoteControl.h
.
135
{
136
if
(
fImp
&& !
fImp
->
HasServer
(
fCurrentServer
))
137
fCurrentServer
=
""
;
138
139
T::EventHook(newline);
140
}
RemoteControl::fImp
StateMachineDimControl * fImp
Definition:
RemoteControl.h:70
RemoteControlImp::fCurrentServer
std::string fCurrentServer
Output stream for local synchrounous output.
Definition:
RemoteControl.h:28
StateMachineDimControl::HasServer
bool HasServer(const std::string &server)
Definition:
StateMachineDimControl.cc:512
RemoteControl
Generated on Sun Sep 18 2016 20:50:57 for FACT++ by
1.8.11