Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include "Unit.hpp"
#include "channels/CUnitPatterns.hpp"
#include "channels/CUnitsRestrictions.hpp"
#include "channels/VirtualAnalog.hpp"
#include "channels/VirtualDigital.hpp"
#include "channels/VirtualString.hpp"
#include "channels/WiredAnalog.hpp"
#include "channels/WiredDigital.hpp"
#include "channels/utils.hpp"
#include "diamar/Application.hpp"
#include "units/model/utils.hpp"
#include <regex>
Namespaces | |
namespace | iv |
namespace | iv::units |
Functions | |
static std::shared_ptr< iv::channels::AbstractChannel > | iv::units::prvCreateChannel (const iv::channels::eChannelBaseType type) |
static std::shared_ptr< iv::channels::AbstractChannel > | iv::units::prvCreateTempChannel (iv::types::unitId unitId) |
static std::shared_ptr< iv::channels::AbstractChannel > | iv::units::prvCreateVoltsChannel (iv::types::unitId unitId) |
static std::shared_ptr< iv::channels::AbstractChannel > | iv::units::prvCreateHoursChannel (iv::types::unitId unitId) |
static std::shared_ptr< iv::channels::AbstractChannel > | iv::units::prvCreateTestChannel (const iv::types::unitId unitId) |
static std::shared_ptr< iv::channels::AbstractChannel > | iv::units::prvCreateGenericCANFailure (const iv::types::unitId unitId, const iv::types::channelOrder channelOrder, const char can) |
static std::shared_ptr< iv::channels::AbstractChannel > | iv::units::readChannel (const iv::file::xml::node &nodeChannel) |