TimeBaseC.cpp File Reference

#include "tao/TimeBaseC.h"
#include "tao/CDR.h"

Include dependency graph for TimeBaseC.cpp:

Include dependency graph

Go to the source code of this file.

Namespaces

namespace  TAO

Functions

CORBA::Boolean operator<< (TAO_OutputCDR &strm, const TimeBase::UtcT &_tao_aggregate)
CORBA::Boolean operator>> (TAO_InputCDR &strm, TimeBase::UtcT &_tao_aggregate)
CORBA::Boolean operator<< (TAO_OutputCDR &strm, const TimeBase::IntervalT &_tao_aggregate)
CORBA::Boolean operator>> (TAO_InputCDR &strm, TimeBase::IntervalT &_tao_aggregate)


Function Documentation

CORBA::Boolean operator<< TAO_OutputCDR strm,
const TimeBase::IntervalT _tao_aggregate
 

Definition at line 106 of file TimeBaseC.cpp.

00110 {
00111   return
00112     (strm << _tao_aggregate.lower_bound) &&
00113     (strm << _tao_aggregate.upper_bound);
00114 }

CORBA::Boolean operator<< TAO_OutputCDR strm,
const TimeBase::UtcT _tao_aggregate
 

Definition at line 79 of file TimeBaseC.cpp.

00083 {
00084   return
00085     (strm << _tao_aggregate.time) &&
00086     (strm << _tao_aggregate.inacclo) &&
00087     (strm << _tao_aggregate.inacchi) &&
00088     (strm << _tao_aggregate.tdf);
00089 }

CORBA::Boolean operator>> TAO_InputCDR strm,
TimeBase::IntervalT _tao_aggregate
 

Definition at line 116 of file TimeBaseC.cpp.

00120 {
00121   return
00122     (strm >> _tao_aggregate.lower_bound) &&
00123     (strm >> _tao_aggregate.upper_bound);
00124 }

CORBA::Boolean operator>> TAO_InputCDR strm,
TimeBase::UtcT _tao_aggregate
 

Definition at line 91 of file TimeBaseC.cpp.

00095 {
00096   return
00097     (strm >> _tao_aggregate.time) &&
00098     (strm >> _tao_aggregate.inacclo) &&
00099     (strm >> _tao_aggregate.inacchi) &&
00100     (strm >> _tao_aggregate.tdf);
00101 }


Generated on Thu Nov 9 12:08:52 2006 for TAO by doxygen 1.3.6