PaCO++  0.05
GaBroDescr Struct Reference

#include <GaBroIdl.h>

Collaboration diagram for GaBroDescr:
Collaboration graph

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
 

Detailed Description

Definition at line 62 of file GaBroIdl.h.

Member Typedef Documentation

◆ _var_type

typedef _CORBA_ConstrType_Fix_Var<GaBroDescr> GaBroDescr::_var_type

Definition at line 63 of file GaBroIdl.h.

Member Function Documentation

◆ operator<<=()

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.

30 {
31  (CORBA::Long&)total_data_nb <<= _n;
32  (CORBA::Long&)node_data_nb <<= _n;
33  (CORBA::Long&)node_position <<= _n;
34  (CORBA::Long&)current_data_size <<= _n;
35  (CORBA::Short&)sender <<= _n;
36 
37 }
CORBA::Short sender
Definition: GaBroIdl.h:74
CORBA::Long current_data_size
Definition: GaBroIdl.h:72
CORBA::Long node_position
Definition: GaBroIdl.h:70
CORBA::Long node_data_nb
Definition: GaBroIdl.h:68
CORBA::Long total_data_nb
Definition: GaBroIdl.h:66

◆ operator>>=()

void GaBroDescr::operator>>= ( cdrStream &  _n) const

Definition at line 18 of file GaBroIdl.cc.

19 {
20  total_data_nb >>= _n;
21  node_data_nb >>= _n;
22  node_position >>= _n;
23  current_data_size >>= _n;
24  sender >>= _n;
25 
26 }
CORBA::Short sender
Definition: GaBroIdl.h:74
CORBA::Long current_data_size
Definition: GaBroIdl.h:72
CORBA::Long node_position
Definition: GaBroIdl.h:70
CORBA::Long node_data_nb
Definition: GaBroIdl.h:68
CORBA::Long total_data_nb
Definition: GaBroIdl.h:66

Member Data Documentation

◆ current_data_size

CORBA::Long GaBroDescr::current_data_size

Definition at line 72 of file GaBroIdl.h.

◆ node_data_nb

CORBA::Long GaBroDescr::node_data_nb

Definition at line 68 of file GaBroIdl.h.

◆ node_position

CORBA::Long GaBroDescr::node_position

Definition at line 70 of file GaBroIdl.h.

◆ sender

CORBA::Short GaBroDescr::sender

Definition at line 74 of file GaBroIdl.h.

◆ total_data_nb

CORBA::Long GaBroDescr::total_data_nb

Definition at line 66 of file GaBroIdl.h.


The documentation for this struct was generated from the following files: