TxtSmartFactoryLib  0.8.0
Smart Factory Library
ft::TxtFactoryProcessStorage Class Reference

#include <TxtFactoryProcessStorage.h>

Public Member Functions

 TxtFactoryProcessStorage ()
 
virtual ~TxtFactoryProcessStorage ()
 
void setTimestampNow (const std::string tag_uid, TxtHistoryIndex_t i)
 
std::vector< int64_t > getTagUidVts (const std::string tag_uid)
 
uint8_t getTagUidMaskTs (const std::string tag_uid)
 
void resetTagUidMaskTs (const std::string tag_uid)
 

Protected Member Functions

void printMap ()
 

Protected Attributes

std::map< std::string, std::vector< int64_t > > map_vts
 
std::map< std::string, uint8_t > map_mask_ts
 

Constructor & Destructor Documentation

ft::TxtFactoryProcessStorage::TxtFactoryProcessStorage ( )
virtual ft::TxtFactoryProcessStorage::~TxtFactoryProcessStorage ( )
virtual

Member Function Documentation

uint8_t ft::TxtFactoryProcessStorage::getTagUidMaskTs ( const std::string  tag_uid)
std::vector<int64_t> ft::TxtFactoryProcessStorage::getTagUidVts ( const std::string  tag_uid)
void ft::TxtFactoryProcessStorage::printMap ( )
protected
void ft::TxtFactoryProcessStorage::resetTagUidMaskTs ( const std::string  tag_uid)
void ft::TxtFactoryProcessStorage::setTimestampNow ( const std::string  tag_uid,
TxtHistoryIndex_t  i 
)

Member Data Documentation

std::map<std::string, uint8_t> ft::TxtFactoryProcessStorage::map_mask_ts
protected
std::map<std::string, std::vector<int64_t> > ft::TxtFactoryProcessStorage::map_vts
protected

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