Rev 997 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 997 | Rev 999 | ||
|---|---|---|---|
| Line 64... | Line 64... | ||
| 64 | void setData(map<string, CanVariable> data); |
64 | void setData(map<string, CanVariable> data); |
| 65 | 65 | ||
| 66 | string toString(); |
66 | string toString(); |
| 67 | 67 | ||
| 68 | private: |
68 | private: |
| - | 69 | string myRawHex; |
|
| 69 | bool myIsUnknown; |
70 | bool myIsUnknown; |
| 70 | string myClassName; |
71 | string myClassName; |
| 71 | string myDirectionFlag; |
72 | string myDirectionFlag; |
| 72 | string myModuleName; |
73 | string myModuleName; |
| 73 | unsigned int myModuleId; |
74 | unsigned int myModuleId; |