11 #ifndef VIEWREGISTERINFO_H_
12 #define VIEWREGISTERINFO_H_
21 ViewRegisterInfo(std::string typeName, std::string registerName, std::string baseAddress,
int size, std::string access);
24 const std::string& getTypeName (
void)
const;
25 const std::string& getRegisterName (
void)
const;
26 const std::string& getBaseAddress (
void)
const;
27 const int getSize (
void)
const;
28 const std::string& getAccess (
void)
const;
29 const int getNumberOfColumns(
void)
const;
32 std::vector <std::string> dataTable_ ;