MIDAS
Loading...
Searching...
No Matches
TMFeRpcHandlerInterface Class Reference

#include <tmfe.h>

Inheritance diagram for TMFeRpcHandlerInterface:

Public Member Functions

virtual TMFeResult HandleBeginRun (int run_number)
 
virtual TMFeResult HandleEndRun (int run_number)
 
virtual TMFeResult HandlePauseRun (int run_number)
 
virtual TMFeResult HandleResumeRun (int run_number)
 
virtual TMFeResult HandleStartAbortRun (int run_number)
 
virtual TMFeResult HandleRpc (const char *cmd, const char *args, std::string &result)
 
virtual TMFeResult HandleBinaryRpc (const char *cmd, const char *args, std::vector< char > &result)
 
virtual void HandleBeginRun ()
 
virtual void HandleEndRun ()
 
virtual void HandlePauseRun ()
 
virtual void HandleResumeRun ()
 
virtual void HandleStartAbortRun ()
 
virtual std::string HandleRpc (const char *cmd, const char *args)
 

Detailed Description

Definition at line 144 of file tmfe.h.

Member Function Documentation

◆ HandleBeginRun() [1/2]

void TMFeRpcHandlerInterface::HandleBeginRun ( )
virtual

Reimplemented in Myfe, and Myfe.

Definition at line 369 of file tmfe_rev0.cxx.

370{
371}

◆ HandleBeginRun() [2/2]

virtual TMFeResult TMFeRpcHandlerInterface::HandleBeginRun ( int  run_number)
inlinevirtual

Reimplemented in TMFeEquipment, EqRpc, EqEverything, EqTrigger, Myfe, and TMFrontendRpcHelper.

Definition at line 147 of file tmfe.h.

147{ return TMFeOk(); };
TMFeResult TMFeOk()
Definition tmfe.h:106
Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleBinaryRpc()

virtual TMFeResult TMFeRpcHandlerInterface::HandleBinaryRpc ( const char cmd,
const char args,
std::vector< char > &  result 
)
inlinevirtual

Reimplemented in EqRpc.

Definition at line 153 of file tmfe.h.

153{ return TMFeOk(); };
Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleEndRun() [1/2]

void TMFeRpcHandlerInterface::HandleEndRun ( )
virtual

Reimplemented in Myfe, and Myfe.

Definition at line 373 of file tmfe_rev0.cxx.

374{
375}

◆ HandleEndRun() [2/2]

virtual TMFeResult TMFeRpcHandlerInterface::HandleEndRun ( int  run_number)
inlinevirtual

Reimplemented in TMFeEquipment, EqRpc, EqEverything, EqTrigger, Myfe, and TMFrontendRpcHelper.

Definition at line 148 of file tmfe.h.

148{ return TMFeOk(); };
Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandlePauseRun() [1/2]

void TMFeRpcHandlerInterface::HandlePauseRun ( )
virtual

Definition at line 377 of file tmfe_rev0.cxx.

378{
379}

◆ HandlePauseRun() [2/2]

virtual TMFeResult TMFeRpcHandlerInterface::HandlePauseRun ( int  run_number)
inlinevirtual

Reimplemented in TMFeEquipment, EqRpc, and EqEverything.

Definition at line 149 of file tmfe.h.

149{ return TMFeOk(); };
Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleResumeRun() [1/2]

void TMFeRpcHandlerInterface::HandleResumeRun ( )
virtual

Definition at line 381 of file tmfe_rev0.cxx.

382{
383}

◆ HandleResumeRun() [2/2]

virtual TMFeResult TMFeRpcHandlerInterface::HandleResumeRun ( int  run_number)
inlinevirtual

Reimplemented in TMFeEquipment, EqRpc, and EqEverything.

Definition at line 150 of file tmfe.h.

150{ return TMFeOk(); };
Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleRpc() [1/2]

std::string TMFeRpcHandlerInterface::HandleRpc ( const char cmd,
const char args 
)
virtual

Reimplemented in Myfe, and Myfe.

Definition at line 364 of file tmfe_rev0.cxx.

365{
366 return "";
367}

◆ HandleRpc() [2/2]

virtual TMFeResult TMFeRpcHandlerInterface::HandleRpc ( const char cmd,
const char args,
std::string &  result 
)
inlinevirtual

Reimplemented in TMFeEquipment, EqRpc, EqEverything, EqTrigger, and Myfe.

Definition at line 152 of file tmfe.h.

152{ return TMFeOk(); };
Here is the call graph for this function:
Here is the caller graph for this function:

◆ HandleStartAbortRun() [1/2]

void TMFeRpcHandlerInterface::HandleStartAbortRun ( )
virtual

Definition at line 385 of file tmfe_rev0.cxx.

386{
387}

◆ HandleStartAbortRun() [2/2]

virtual TMFeResult TMFeRpcHandlerInterface::HandleStartAbortRun ( int  run_number)
inlinevirtual

Reimplemented in TMFeEquipment, EqRpc, and EqEverything.

Definition at line 151 of file tmfe.h.

151{ return TMFeOk(); };
Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: