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 } |
|
|
|
Definition at line 12 of file sfp.idl. Referenced by TAO_SFP_Object::send_frame(), and TAO_SFP_Base::write_frame_message(). |
|
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 }; |