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::SendCommand
(
Command
cmd
,
int
tag
=
static_cast<int>(
Tag::Command
)
)
Definition at line
77
of file
vtkfigCommunicator.cxx
.
78
{
79
int
icmd=
static_cast<
int
>
(cmd);
80
int
rc=0;
81
Send(&icmd,1,
remoteHandle
,tag);
82
}
vtkfig::internals::Communicator::remoteHandle
const int remoteHandle
Definition:
vtkfigCommunicator.h:114
Generated on Wed Nov 14 2018 21:15:48 for VTKFIG by
1.8.11