UniSet 2.32.1
|
#include <OPCUAExchange.h>
Классы | |
struct | Channel |
struct | OPCAttribute |
struct | ReadGroup |
struct | WriteGroup |
Открытые типы | |
enum | ExchangeMode { emNone = 0 , emWriteOnly = 1 , emReadOnly = 2 , emSkipSaveToSM = 3 , emSkipExchange = 4 , emLastNumber } |
using | Tick = uint8_t |
Открытые члены | |
OPCUAExchange (uniset::ObjectId id, uniset::ObjectId icID, const std::shared_ptr< SharedMemory > &shm=nullptr, const std::string &prefix="opcua") | |
virtual uniset::SimpleInfo * | getInfo (const char *userparam=0) override |
![]() | |
UniSetObject (const std::string &name, const std::string §ion) | |
UniSetObject (uniset::ObjectId id) | |
virtual CORBA::Boolean | exist () override |
virtual uniset::ObjectId | getId () override |
const uniset::ObjectId | getId () const |
std::string | getName () const |
virtual uniset::ObjectType | getType () override |
const std::string | getStrType () |
virtual uniset::SimpleInfo * | apiRequest (const char *query) override |
virtual void | push (const uniset::TransportMessage &msg) override |
поместить сообщение в очередь | |
virtual void | pushMessage (const char *msg, ::CORBA::Long mtype, const ::uniset::Timespec &tm, const ::uniset::ProducerInfo &pi, ::CORBA::Long priority, ::CORBA::Long consumer) override |
поместить текстовое сообщение в очередь | |
virtual Poco::JSON::Object::Ptr | httpGet (const Poco::URI::QueryParameters &p) override |
virtual Poco::JSON::Object::Ptr | httpHelp (const Poco::URI::QueryParameters &p) override |
uniset::ObjectPtr | getRef () const |
std::shared_ptr< UniSetObject > | get_ptr () |
virtual timeout_t | askTimer (uniset::TimerId timerid, timeout_t timeMS, clock_t ticks=-1, uniset::Message::Priority p=uniset::Message::High) override |
![]() | |
timeout_t | checkTimers (UniSetObject *obj) |
timeout_t | getTimeInterval (uniset::TimerId timerid) const |
timeout_t | getTimeLeft (uniset::TimerId timerid) const |
![]() | |
virtual Poco::JSON::Object::Ptr | httpRequest (const std::string &req, const Poco::URI::QueryParameters &p) |
Открытые статические члены | |
static std::shared_ptr< OPCUAExchange > | init_opcuaexchange (int argc, const char *const *argv, uniset::ObjectId icID, const std::shared_ptr< SharedMemory > &ic=nullptr, const std::string &prefix="opcua") |
static void | help_print (int argc, const char *const *argv) |
static uint8_t | firstBit (uint32_t mask) |
static uint32_t | getBits (uint32_t value, uint32_t mask, uint8_t offset) |
static uint32_t | setBits (uint32_t value, uint32_t set, uint32_t mask, uint8_t offset) |
static uint32_t | forceSetBits (uint32_t value, uint32_t set, uint32_t mask, uint8_t offset) |
Статические открытые данные | |
static const size_t | numChannels = 2 |
Защищенные типы | |
enum | Timers { tmUpdates } |
typedef std::vector< std::shared_ptr< OPCAttribute > > | IOList |
![]() | |
typedef std::deque< TimerInfo > | TimersList |
Защищенные члены | |
void | channel1Thread () |
void | channel2Thread () |
void | channelThread (Channel *ch) |
bool | prepare () |
void | channelExchange (Tick tick, Channel *ch, bool writeOn) |
void | updateFromChannel (Channel *ch) |
void | updateToChannel (Channel *ch) |
void | updateFromSM () |
void | writeToSM () |
bool | isUpdateSM (bool wrFunc) const noexcept |
virtual void | sysCommand (const uniset::SystemMessage *sm) override |
virtual void | askSensors (UniversalIO::UIOCommand cmd) |
virtual void | sensorInfo (const uniset::SensorMessage *sm) override |
virtual void | timerInfo (const uniset::TimerMessage *sm) override |
virtual bool | activateObject () override |
Активизация объекта (переопределяется для необходимых действий после активизации) | |
virtual bool | deactivateObject () override |
Деактивация объекта (переопределяется для необходимых действий при завершении работы) | |
void | readConfiguration () |
bool | initIOItem (UniXML::iterator &it) |
bool | readItem (const std::shared_ptr< UniXML > &xml, UniXML::iterator &it, xmlNode *sec) |
bool | waitSM () |
bool | tryConnect (Channel *ch) |
void | initOutputs () |
![]() | |
virtual void | processingMessage (const uniset::VoidMessage *msg) |
virtual void | onTextMessage (const uniset::TextMessage *tm) |
VoidMessagePtr | receiveMessage () |
VoidMessagePtr | waitMessage (timeout_t msec=UniSetTimer::WaitUpTime) |
void | termWaiting () |
size_t | countMessages () |
size_t | getCountOfLostMessages () const |
void | uterminate () |
void | thread (bool create) |
void | offThread () |
void | onThread () |
virtual void | callback () |
void | setID (uniset::ObjectId id) |
void | setThreadPriority (Poco::Thread::Priority p) |
void | setMaxSizeOfMessageQueue (size_t s) |
size_t | getMaxSizeOfMessageQueue () const |
bool | isActive () const |
void | setActive (bool set) |
virtual Poco::JSON::Object::Ptr | httpGetMyInfo (Poco::JSON::Object::Ptr root) |
Poco::JSON::Object::Ptr | request_configure (const std::string &req, const Poco::URI::QueryParameters &p) |
Poco::JSON::Object::Ptr | request_configure_get (const std::string &req, const Poco::URI::QueryParameters &p) |
Poco::JSON::Object::Ptr | request_configure_by_name (const std::string &name, const std::string &props) |
Poco::JSON::Object::Ptr | request_params (const std::string &req, const Poco::URI::QueryParameters &p) |
virtual Poco::JSON::Object::Ptr | request_params_get (const std::string &req, const Poco::URI::QueryParameters &p) |
virtual Poco::JSON::Object::Ptr | request_params_set (const std::string &req, const Poco::URI::QueryParameters &p) |
![]() | |
virtual std::string | getTimerName (int id) const |
TimersList | getTimersList () const |
Защищенные данные | |
xmlNode * | confnode = { 0 } |
timeout_t | polltime = { 100 } |
timeout_t | updatetime = { 100 } |
IOList | iolist |
size_t | maxItem = { 0 } |
Channel | channels [numChannels] |
uniset::Trigger | noConnections |
std::atomic_uint32_t | currentChannel = { 0 } |
uniset::timeout_t | reconnectPause = { 10000 } |
int | filtersize = { 0 } |
float | filterT = { 0.0 } |
std::string | s_field |
std::string | s_fvalue |
std::optional< std::regex > | s_fvalue_re |
std::shared_ptr< SMInterface > | shm |
std::string | prefix |
std::string | prop_prefix |
PassiveTimer | ptHeartBeat |
uniset::ObjectId | sidHeartBeat |
int | maxHeartBeat = { 10 } |
IOController::IOStateList::iterator | itHeartBeat |
bool | force = { false } |
bool | force_out = { false } |
bool | writeToAllChannels = { false } |
timeout_t | smReadyTimeout = { 15000 } |
std::atomic_bool | activated = { false } |
std::atomic_bool | cancelled = { false } |
std::atomic_bool | readconf_ok = { false } |
int | activateTimeout |
uniset::ObjectId | sidTestSMReady = { uniset::DefaultObjectId } |
uniset::ObjectId | sidRespond = {uniset::DefaultObjectId } |
IOController::IOStateList::iterator | itRespond |
std::shared_ptr< LogAgregator > | loga |
std::shared_ptr< DebugStream > | opclog |
std::shared_ptr< LogServer > | logserv |
std::string | logserv_host = {""} |
int | logserv_port = {0} |
std::shared_ptr< ThreadCreator< OPCUAExchange > > | thrChannel [numChannels] |
uniset::ObjectId | sidExchangeMode = { uniset::DefaultObjectId } |
IOController::IOStateList::iterator | itExchangeMode |
long | exchangeMode = { emNone } |
VMonitor | vmon |
![]() | |
std::shared_ptr< UInterface > | ui |
std::string | myname |
std::weak_ptr< UniSetManager > | mymngr |
![]() | |
timeout_t | sleepTime |
Процесс опроса OPC UA сервера
Режимы работы процесса обмена
|
overrideprotectedvirtual |
Активизация объекта (переопределяется для необходимых действий после активизации)
Переопределяет метод предка uniset::UniSetObject.
|
overrideprotectedvirtual |
Деактивация объекта (переопределяется для необходимых действий при завершении работы)
Переопределяет метод предка uniset::UniSetObject.
|
overridevirtual |
Переопределяет метод предка uniset::UniSetObject.
|
overrideprotectedvirtual |
Переопределяет метод предка uniset::UniSetObject.
|
overrideprotectedvirtual |
Переопределяет метод предка uniset::UniSetObject.
|
overrideprotectedvirtual |
Переопределяет метод предка uniset::UniSetObject.
|
protected |
xml-узел в настроечном файле
|
protected |
режим работы см. ExchangeMode
|
protected |
флаг, означающий, что надо сохранять в SM, даже если значение не менялось
|
protected |
флаг, включающий принудительное чтение/запись датчиков в SM
|
protected |
список входов/выходов
|
protected |
периодичность обновления данных, [мсек]
|
protected |
идентификатор для датчика режима работы
|
protected |
время ожидания готовности SM к работе, мсек
|
protected |
периодичность обновления данных в SM, [мсек]
|
protected |
флаг, включающий запись во все каналы, по умолчанию только в активный