![]() |
CuteHMI - Data Acquisition (CuteHMI.DataAcquisition.0)
|
Init. More...
#include <cutehmi/dataacquisition/Init.hpp>
Public Member Functions | |
Init () | |
![]() | |
Initializer (std::function< void()> init, std::function< void()> deinit=nullptr) | |
Additional Inherited Members | |
![]() | |
~Initializer () | |
![]() | |
NonCopyable ()=default | |
NonCopyable (NonCopyable &&other)=default | |
~NonCopyable ()=default | |
NonCopyable & | operator= (NonCopyable &&other)=default |
Init.
This class performs initialization of data acquisition extension.
Normally it is not advisable to create custom instances of this class as extension provides an instance on its own. This can be invalidated particulary by static builds in which case a global variable may not get into resulting binary.
cutehmi::dataacquisition::Init::Init | ( | ) |