PaCO++
0.05
|
#include <GaBroIdl.h>
Public Types | |
typedef _CORBA_ConstrType_Fix_Var < GaBroDescr > | _var_type |
Public Member Functions | |
void | operator<<= (cdrStream &) |
void | operator>>= (cdrStream &) const |
Public Attributes | |
CORBA::Long | current_data_size |
CORBA::Long | node_data_nb |
CORBA::Long | node_position |
CORBA::Short | sender |
CORBA::Long | total_data_nb |
Definition at line 62 of file GaBroIdl.h.
typedef _CORBA_ConstrType_Fix_Var<GaBroDescr> GaBroDescr::_var_type |
Definition at line 63 of file GaBroIdl.h.
void GaBroDescr::operator<<= | ( | cdrStream & | _n | ) |
Definition at line 29 of file GaBroIdl.cc.
References GaBroLib::GaBroDescr::current_data_size, GaBroLib::GaBroDescr::node_data_nb, GaBroLib::GaBroDescr::node_position, GaBroLib::GaBroDescr::sender, and GaBroLib::GaBroDescr::total_data_nb.
{ (CORBA::Long&)total_data_nb <<= _n; (CORBA::Long&)node_data_nb <<= _n; (CORBA::Long&)node_position <<= _n; (CORBA::Long&)current_data_size <<= _n; (CORBA::Short&)sender <<= _n; }
void GaBroDescr::operator>>= | ( | cdrStream & | _n | ) | const |
Definition at line 18 of file GaBroIdl.cc.
{ total_data_nb >>= _n; node_data_nb >>= _n; node_position >>= _n; current_data_size >>= _n; sender >>= _n; }
CORBA::Long GaBroDescr::current_data_size |
Definition at line 72 of file GaBroIdl.h.
CORBA::Long GaBroDescr::node_data_nb |
Definition at line 68 of file GaBroIdl.h.
CORBA::Long GaBroDescr::node_position |
Definition at line 70 of file GaBroIdl.h.
CORBA::Short GaBroDescr::sender |
Definition at line 74 of file GaBroIdl.h.
CORBA::Long GaBroDescr::total_data_nb |
Definition at line 66 of file GaBroIdl.h.