Serveur OPCUA générique
|
#include <cta_slc_datapoint.h>
Fonctions membres publiques | |
CompoundDatapoint (xmlNodePtr noeud, std::string parent, std::string dataIdDescriptorRef, vector< int >nb) | |
~CompoundDatapoint () | |
void | parse () |
void | createNodes () |
void | createNodes (CTA_Hardware::HardWareInterface *hardwareComm) |
void | init () |
Fonctions membres publiques inherited from CTA_Slc_Dict::Datapoint | |
Datapoint () | |
Fonctions membres publiques inherited from CTA_Slc_Dict::ElementBase | |
ElementBase () | |
~ElementBase () | |
void | parse (std::string res, xmlNodePtr n) |
void | createFolder () |
void | createFolder (int folder) |
void | createNodes () |
int | find (std::string ip, std::string *val_ip, std::string id, std::string *val_id) |
Additional Inherited Members | |
Attributs publics inherited from CTA_Slc_Dict::ElementBase | |
std::string | m_pname |
std::string | m_parent |
std::string | m_full |
int | m_multiplicity |
xmlNodePtr | m_racine |
std::string | m_dict |
std::string | m_type |
std::string | m_description |
std::string | m_endDelimiter |
int | m_historizing |
std::list< Attribut * > | m_info |
std::list< Attribut * > | m_attribut |
std::list< SimpleDatapoint * > | m_datapoint |
std::list< CompoundDatapoint * > | m_compoundDatapoint |
std::list< CompoundDevice * > | m_compound |
std::list< SimpleDevice * > | m_device |
std::string | m_dataIdDescriptorRef |
CTA_UA::NodeManagerCTA * | m_pNodeManager |
CTA_Slc::XmlManager * | m_pAnalyserManager |
vector< int > | m_index |
Attributs protégés inherited from CTA_Slc_Dict::ElementBase | |
CTA_Hardware::HardWareInterface * | m_hardwareComm |
CTA_Slc_Dict::CompoundDatapoint::CompoundDatapoint | ( | xmlNodePtr | noeud, |
std::string | parent, | ||
std::string | dataIdDescriptorRef, | ||
vector< int > | nb | ||
) |
CTA_Slc_Dict::CompoundDatapoint::~CompoundDatapoint | ( | ) |
void CTA_Slc_Dict::CompoundDatapoint::createNodes | ( | ) |
void CTA_Slc_Dict::CompoundDatapoint::createNodes | ( | CTA_Hardware::HardWareInterface * | hardwareComm | ) |
void CTA_Slc_Dict::CompoundDatapoint::init | ( | ) |
void CTA_Slc_Dict::CompoundDatapoint::parse | ( | ) |