|
simulavr
1.1.0
|
#include <string>#include <map>Go to the source code of this file.
Variables | |
| std::map< unsigned int, std::string > | AvrSignatureToNameMap |
| Map signature to device names (in lower case). More... | |
| std::map< std::string, unsigned int > | AvrNameToSignatureMap |
| Map device names (in lower case) to signature. More... | |
| std::map<std::string, unsigned int> AvrNameToSignatureMap |
Map device names (in lower case) to signature.
Definition at line 150 of file avrsignature.cpp.
| std::map<unsigned int, std::string> AvrSignatureToNameMap |
Map signature to device names (in lower case).
Definition at line 40 of file avrsignature.cpp.