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 unsigned long flowProtocol::frameID |
typedef CORBA::ULongSeq flowProtocol::my_seq_ulong |
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 };