/* * Copyright (c) 2001-2009 XORP, Inc. * See the XORP LICENSE.lgpl file for licensing, conditions, and warranties * on use. * * DO NOT EDIT THIS FILE - IT IS PROGRAMMATICALLY GENERATED * * Generated by 'clnt-gen'. * * $XORP: xorp/xrl/interfaces/mfea_client_xif.hh,v 1.31 2009/01/05 18:31:13 jtc Exp $ */ #ifndef __XRL_INTERFACES_MFEA_CLIENT_XIF_HH__ #define __XRL_INTERFACES_MFEA_CLIENT_XIF_HH__ #undef XORP_LIBRARY_NAME #define XORP_LIBRARY_NAME "XifMfeaClient" #include "libxorp/xlog.h" #include "libxorp/callback.hh" #include "libxipc/xrl.hh" #include "libxipc/xrl_error.hh" #include "libxipc/xrl_sender.hh" class XrlMfeaClientV0p1Client { public: XrlMfeaClientV0p1Client(XrlSender* s) : _sender(s) {} virtual ~XrlMfeaClientV0p1Client() {} typedef XorpCallback1<void, const XrlError&>::RefPtr RecvKernelSignalMessage4CB; /** * Send Xrl intended to: * * Receive a kernel signal message from the MFEA. * * @param dst_xrl_target_name the Xrl target name of the destination. * * @param xrl_sender_name the XRL name of the originator of this XRL. * (both sides must agree on the particular values). * * @param message_type the type of the kernel signal message (TODO: * integer for now: the particular types are well-known by both sides). * * @param vif_name the name of the vif the message was received on. * * @param vif_index the index of the vif the message was received on. * * @param source_address the address of the sender. * * @param dest_address the destination address. * * @param protocol_message the protocol message. */ bool send_recv_kernel_signal_message4( const char* dst_xrl_target_name, const string& xrl_sender_name, const uint32_t& message_type, const string& vif_name, const uint32_t& vif_index, const IPv4& source_address, const IPv4& dest_address, const vector<uint8_t>& protocol_message, const RecvKernelSignalMessage4CB& cb ); typedef XorpCallback1<void, const XrlError&>::RefPtr RecvKernelSignalMessage6CB; bool send_recv_kernel_signal_message6( const char* dst_xrl_target_name, const string& xrl_sender_name, const uint32_t& message_type, const string& vif_name, const uint32_t& vif_index, const IPv6& source_address, const IPv6& dest_address, const vector<uint8_t>& protocol_message, const RecvKernelSignalMessage6CB& cb ); typedef XorpCallback1<void, const XrlError&>::RefPtr RecvDataflowSignal4CB; /** * Send Xrl intended to: * * A signal that a dataflow-related pre-condition is true. * * @param dst_xrl_target_name the Xrl target name of the destination. * * @param xrl_sender_name the XRL name of the originator of this XRL. * * @param source_address the source address of the dataflow. * * @param group_address the group address of the dataflow. * * @param threshold_interval_sec the number of seconds in the interval * requested for measurement. * * @param threshold_interval_usec the number of microseconds in the * interval requested for measurement. * * @param measured_interval_sec the number of seconds in the last measured * interval that has triggered the signal. * * @param measured_interval_usec the number of microseconds in the last * measured interval that has triggered the signal. * * @param threshold_packets the threshold value to trigger a signal (in * number of packets). * * @param threshold_bytes the threshold value to trigger a signal (in * bytes). * * @param measured_packets the number of packets measured within the * measured interval. * * @param measured_bytes the number of bytes measured within the measured * interval. * * @param is_threshold_in_packets if true, threshold_packets is valid. * * @param is_threshold_in_bytes if true, threshold_bytes is valid. * * @param is_geq_upcall if true, the operation for comparison is ">=". * * @param is_leq_upcall if true, the operation for comparison is "<=". */ bool send_recv_dataflow_signal4( const char* dst_xrl_target_name, const string& xrl_sender_name, const IPv4& source_address, const IPv4& group_address, const uint32_t& threshold_interval_sec, const uint32_t& threshold_interval_usec, const uint32_t& measured_interval_sec, const uint32_t& measured_interval_usec, const uint32_t& threshold_packets, const uint32_t& threshold_bytes, const uint32_t& measured_packets, const uint32_t& measured_bytes, const bool& is_threshold_in_packets, const bool& is_threshold_in_bytes, const bool& is_geq_upcall, const bool& is_leq_upcall, const RecvDataflowSignal4CB& cb ); typedef XorpCallback1<void, const XrlError&>::RefPtr RecvDataflowSignal6CB; bool send_recv_dataflow_signal6( const char* dst_xrl_target_name, const string& xrl_sender_name, const IPv6& source_address, const IPv6& group_address, const uint32_t& threshold_interval_sec, const uint32_t& threshold_interval_usec, const uint32_t& measured_interval_sec, const uint32_t& measured_interval_usec, const uint32_t& threshold_packets, const uint32_t& threshold_bytes, const uint32_t& measured_packets, const uint32_t& measured_bytes, const bool& is_threshold_in_packets, const bool& is_threshold_in_bytes, const bool& is_geq_upcall, const bool& is_leq_upcall, const RecvDataflowSignal6CB& cb ); protected: XrlSender* _sender; private: void unmarshall_recv_kernel_signal_message4( const XrlError& e, XrlArgs* a, RecvKernelSignalMessage4CB cb ); void unmarshall_recv_kernel_signal_message6( const XrlError& e, XrlArgs* a, RecvKernelSignalMessage6CB cb ); void unmarshall_recv_dataflow_signal4( const XrlError& e, XrlArgs* a, RecvDataflowSignal4CB cb ); void unmarshall_recv_dataflow_signal6( const XrlError& e, XrlArgs* a, RecvDataflowSignal6CB cb ); }; #endif /* __XRL_INTERFACES_MFEA_CLIENT_XIF_HH__ */