VTKFIG
0.20.20181114
Easy VTK based in situ visualization
Main Page
Related Pages
Namespaces
Classes
Files
Examples
vtkfig
internals
Communicator
Client
client_connect_num_retry
client_connect_retry_timeout
ClientConnect
Command
Communicator
controller
Frame
MainThread
New
ReceiveCharBuffer
ReceiveCommand
ReceiveDouble
ReceiveDoubleBuffer
ReceiveFloat
ReceiveFloatBuffer
ReceiveInt
ReceiveString
remoteHandle
SendCharBuffer
SendCommand
SendDouble
SendDoubleBuffer
SendFloat
SendFloatBuffer
SendInt
SendString
server_listen_num_retry
server_listen_retry_timeout
server_listen_waiting_time
ServerConnect
ssocket
Tag
~Communicator
int vtkfig::internals::Communicator::ReceiveCommand
(
Command
&
cmd
,
int
tag
=
static_cast<int>(
Tag::Command
)
)
Definition at line
84
of file
vtkfigCommunicator.cxx
.
85
{
86
int
icmd=0;
87
int
rc=Receive(&icmd,1,
remoteHandle
,tag);
88
cmd=
static_cast<
Command
>
(icmd);
89
return
rc;
90
}
vtkfig::internals::Communicator::remoteHandle
const int remoteHandle
Definition:
vtkfigCommunicator.h:114
vtkfig::internals::Communicator::Command
Command
Definition:
vtkfigCommunicator.h:23
Generated on Wed Nov 14 2018 21:15:48 for VTKFIG by
1.8.11