2#ifndef LostPassiveTestProc_H_
3#define LostPassiveTestProc_H_
5#include <unordered_map>
7#include "LostTestProc_SK.h"
10class LostPassiveTestProc:
11 public LostTestProc_SK
15 virtual ~LostPassiveTestProc();
21 LostPassiveTestProc();
23 virtual void askSensors( UniversalIO::UIOCommand cmd )
override;
27 std::unordered_map<uniset::ObjectId, long> slist;
xmlNode * confnode
Определения LostTestProc_SK.h:207
Определения MessageType.h:127
std::shared_ptr< Configuration > uniset_conf() noexcept
Определения Configuration.cc:106
long ObjectId
Определения UniSetTypes_i.idl:30