Class FelixClientThreadExtension
Defined in File felix_client_thread_extension.hpp
Nested Relationships
Nested Types
Inheritance Relationships
Base Type
public FelixClientThreadInterface(Class FelixClientThreadInterface)
Derived Type
public FelixClientThreadExtension42(Class FelixClientThreadExtension42)
Class Documentation
-
class FelixClientThreadExtension : public FelixClientThreadInterface
Subclassed by FelixClientThreadExtension42
Public Types
Public Functions
-
inline virtual ~FelixClientThreadExtension()
-
virtual void init_subscribe(uint64_t fid) = 0
-
virtual void init_send_data(uint64_t fid) = 0
Function to establish a connection before sending a message.
This function is used to establish a connection before sending data. This function needs to be called before send_data_nb(), as send_data_nb() returns whether the send operaion succeeds or not. The success of this call is acknowledged by the on_connection_established() callback for the particular fid.
- Parameters:
fids – The fid for which a connection needs to be established.
- Throws:
FelixClientException – if the connection cannot be established.
-
struct Reply
-
inline virtual ~FelixClientThreadExtension()