CFEL - ASG Software Suite  2.5.0
CASS
Public Types | Public Attributes | List of all members
cass::SACLAConverter::MachineValue Struct Reference

container for the cached machine value More...

+ Collaboration diagram for cass::SACLAConverter::MachineValue:

Public Types

typedef std::map< int, double > values_t
 define map with tags as key and value and mapped type More...
 

Public Attributes

std::string databaseName
 the name of the machine value within the database More...
 
std::string cassName
 the name of the machine value within the cassevent More...
 
values_t values
 map that contains the tag as key and value for the value associated with the tag More...
 

Detailed Description

container for the cached machine value

Definition at line 111 of file sacla_converter.h.

Member Typedef Documentation

define map with tags as key and value and mapped type

Definition at line 120 of file sacla_converter.h.

Member Data Documentation

std::string cass::SACLAConverter::MachineValue::cassName

the name of the machine value within the cassevent

Definition at line 117 of file sacla_converter.h.

Referenced by cass::SACLAConverter::cacheParameters(), and cass::SACLAConverter::operator()().

std::string cass::SACLAConverter::MachineValue::databaseName

the name of the machine value within the database

Definition at line 114 of file sacla_converter.h.

Referenced by cass::SACLAConverter::cacheParameters(), and cass::SACLAConverter::operator()().

values_t cass::SACLAConverter::MachineValue::values

map that contains the tag as key and value for the value associated with the tag

Definition at line 125 of file sacla_converter.h.

Referenced by cass::SACLAConverter::cacheParameters(), and cass::SACLAConverter::operator()().


The documentation for this struct was generated from the following file: