PipeEventor
class description - source file - inheritance tree (.pdf)
    private:
      void _init()
    protected:
      void feed_commands()
    public:
                     static void _gled_catalog_init()
                                 PipeEventor(const Text_t* n = "PipeEventor", const Text_t* t = "0")
                                 PipeEventor(const PipeEventor&)
                                 ~PipeEventor()
                  static TClass* Class()
                            void ClearPendingCommands()
                    virtual void CopyLinkRefs(lppZGlass_t& ref_list)
                    virtual void CopyLinkReps(ZGlass::lLinkRep_t& link_rep_list)
                    virtual void CopyLinks(lpZGlass_t& glass_list)
                            void ExecuteMir(ZMIR& mir)
                    static FID_t FID()
                   const Text_t* GetCommand() const
                          UInt_t GetWaitTimeMS() const
       static GledNS::ClassInfo* GlassInfo()
                 virtual TClass* IsA() const
                    static MID_t Mid_ClearPendingCommands()
                    static MID_t Mid_PostCommand()
                    static MID_t Mid_SetCommand()
                    static MID_t Mid_SetWaitTimeMS()
                    virtual void OnExit(Operator::Arg* op_arg)
                    virtual void OnStart(Operator::Arg* op_arg)
                    virtual void Operate(Operator::Arg* op_arg)
                    PipeEventor& operator=(const PipeEventor&)
                            void PostCommand(TString& command)
                   virtual Int_t RebuildLinkRefs(An_ID_Demangler* c)
                           ZMIR* S_ClearPendingCommands()
                           ZMIR* S_PostCommand(TString& command)
                           ZMIR* S_SetCommand(const Text_t* s)
                           ZMIR* S_SetWaitTimeMS(UInt_t waittimems)
                            void SetCommand(const Text_t* s)
                            void SetWaitTimeMS(UInt_t waittimems)
                    virtual void ShowMembers(TMemberInspector& insp, char* parent)
                    virtual void Streamer(TBuffer& b)
                            void StreamerNVirtual(TBuffer& b)
                   virtual FID_t VFID() const
      virtual GledNS::ClassInfo* VGlassInfo() const
    protected:
                        TString mCommand            X{GS} 7 Textor();
                          FILE* mPipe               !
                         UInt_t mWaitTimeMS         X{GS} 7 Value(-range=>[1,1000000,1,1]);
                     GCondition mSendCond           !
                  list<TString> mPending            !
      static GledNS::ClassInfo* sap_PipeEventor_ci  
 PipeEventor
 Spawns mCommand via gSystem->PipeOpen() in write mode.
 You can send data to be written to the pipe with SendCommand().
void _init()
void OnStart(Operator::Arg* op_arg)
void OnExit(Operator::Arg* op_arg)
void Operate(Operator::Arg* op_arg) throw(Operator::Exception)
void PostCommand(TString& command)
void ClearPendingCommands()
void feed_commands()
 Feeds commands (if any) from mPending to mPipe.
 Caller must lock the mSendCond.
Inline Functions
                      void ~PipeEventor()
               PipeEventor PipeEventor(const Text_t* n = "PipeEventor", const Text_t* t = "0")
                     FID_t FID()
                     FID_t VFID() const
        GledNS::ClassInfo* GlassInfo()
        GledNS::ClassInfo* VGlassInfo() const
             const Text_t* GetCommand() const
                      void SetCommand(const Text_t* s)
                    UInt_t GetWaitTimeMS() const
                      void SetWaitTimeMS(UInt_t waittimems)
                      void CopyLinks(lpZGlass_t& glass_list)
                      void CopyLinkRefs(lppZGlass_t& ref_list)
                      void CopyLinkReps(ZGlass::lLinkRep_t& link_rep_list)
                     Int_t RebuildLinkRefs(An_ID_Demangler* c)
                      void ExecuteMir(ZMIR& mir)
                     ZMIR* S_SetCommand(const Text_t* s)
                     MID_t Mid_SetCommand()
                     ZMIR* S_SetWaitTimeMS(UInt_t waittimems)
                     MID_t Mid_SetWaitTimeMS()
                     ZMIR* S_PostCommand(TString& command)
                     MID_t Mid_PostCommand()
                     ZMIR* S_ClearPendingCommands()
                     MID_t Mid_ClearPendingCommands()
                      void _gled_catalog_init()
                   TClass* Class()
                   TClass* IsA() const
                      void ShowMembers(TMemberInspector& insp, char* parent)
                      void Streamer(TBuffer& b)
                      void StreamerNVirtual(TBuffer& b)
               PipeEventor PipeEventor(const PipeEventor&)
              PipeEventor& operator=(const PipeEventor&)
Last update: Thu Jun  9 15:55:28 2005
ROOT page - Home page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.