Classes | Typedefs | Enumerations

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 unsigned long flowProtocol::frameID

Definition at line 107 of file sfp.idl.

typedef CORBA::ULongSeq flowProtocol::my_seq_ulong

Definition at line 12 of file sfp.idl.


Enumeration Type Documentation

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.

  {
    // The MsgTypes Start and struct Start,StartReply and struct
    // StartReply conflicts.
    // Also there are case-only differences for enumerator Credit and struct credit.
    // We suffix _Msg to all enumerators until the AVStreams RTF fixes these.
    // Messages in the forward direction
    //    Start,
    Start_Msg,
    EndofStream_Msg,
    SimpleFrame_Msg,
    SequencedFrame_Msg,
    Frame_Msg,
    SpecialFrame_Msg,
    // Messages in the reverse direction
    //    StartReply,
    StartReply_Msg,
    Credit_Msg,
    // Addition of type for a fragment.
    Fragment_Msg
  };

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines