flowProtocol Namespace Reference


Classes

struct  frameHeader
struct  fragment
struct  Start
struct  StartReply
struct  sequencedFrame
struct  frame
struct  specialFrame
struct  credit

Typedefs

typedef CORBA::ULongSeq my_seq_ulong
typedef unsigned long frameID

Enumerations

enum  MsgType {
  Start_Msg, EndofStream_Msg, SimpleFrame_Msg, SequencedFrame_Msg,
  Frame_Msg, SpecialFrame_Msg, StartReply_Msg, Credit_Msg,
  Fragment_Msg
}


Typedef Documentation

typedef CORBA::ULongSeq flowProtocol::my_seq_ulong

Definition at line 12 of file sfp.idl.

typedef unsigned long flowProtocol::frameID

Definition at line 107 of file sfp.idl.


Enumeration Type Documentation

enum flowProtocol::MsgType

Enumerator:
Start_Msg 
EndofStream_Msg 
SimpleFrame_Msg 
SequencedFrame_Msg 
Frame_Msg 
SpecialFrame_Msg 
StartReply_Msg 
Credit_Msg 
Fragment_Msg 

Definition at line 13 of file sfp.idl.

00014   {
00015     // The MsgTypes Start and struct Start,StartReply and struct
00016     // StartReply conflicts.
00017     // Also there are case-only differences for enumerator Credit and struct credit.
00018     // We suffix _Msg to all enumerators until the AVStreams RTF fixes these.
00019     // Messages in the forward direction
00020     //    Start,
00021     Start_Msg,
00022     EndofStream_Msg,
00023     SimpleFrame_Msg,
00024     SequencedFrame_Msg,
00025     Frame_Msg,
00026     SpecialFrame_Msg,
00027     // Messages in the reverse direction
00028     //    StartReply,
00029     StartReply_Msg,
00030     Credit_Msg,
00031     // Addition of type for a fragment.
00032     Fragment_Msg
00033   };


Generated on Tue Feb 2 17:48:15 2010 for TAO_AV by  doxygen 1.4.7