Virgil IoT KIT
Public Member Functions
VSQImplementations Class Reference

Implementations configuration. More...

#include <VSQImplementations.h>

Public Member Functions

VSQImplementationsoperator<< (QSharedPointer< VSQNetifBase > netif)
 Add network interface implementation. More...
 
VSQNetifBasenetif ()
 Initialised network interface implementation. More...
 

Detailed Description

Implementations configuration.

Initialize this class and use it for VSQIoTKitFacade::init call.

Member Function Documentation

◆ netif()

VSQNetifBase& VSQImplementations::netif ( )
inline

Initialised network interface implementation.

Warning
Initialize network interface prior to this function call. In other case you will receive assertion error
Returns
Current network interface implementation
Here is the caller graph for this function:

◆ operator<<()

VSQImplementations& VSQImplementations::operator<< ( QSharedPointer< VSQNetifBase netif)
inline

Add network interface implementation.

Parameters
netifNetwork interface as VSQNetifBase child implementation. You could use VSQUdpBroadcast as default one
Returns
Reference to the VSQImplementations instance
Here is the call graph for this function:

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