PaCO++  0.05
GaBroDescr Struct Reference

#include <GaBroIdl.h>

List of all members.

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

typedef _CORBA_ConstrType_Fix_Var<GaBroDescr> GaBroDescr::_var_type

Definition at line 63 of file GaBroIdl.h.


Member Function Documentation

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;

}

Member Data Documentation

Definition at line 72 of file GaBroIdl.h.

Definition at line 68 of file GaBroIdl.h.

Definition at line 70 of file GaBroIdl.h.

CORBA::Short GaBroDescr::sender

Definition at line 74 of file GaBroIdl.h.

Definition at line 66 of file GaBroIdl.h.


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