OpenCSD - CoreSight Trace Decode Library  0.12.1
Public Member Functions | List of all members
CoreArchProfileMap Class Reference

Map core / arch name to profile for decoder. More...

#include <trc_core_arch_map.h>

Public Member Functions

 CoreArchProfileMap ()
 
 ~CoreArchProfileMap ()
 
ocsd_arch_profile_t getArchProfile (const std::string &coreName)
 

Detailed Description

Map core / arch name to profile for decoder.

Helper class for library clients to map core or architecture version names onto a profile / arch version pair suitable for use with the decode library.

Valid core names are:-

Valid architecture profile names are:-

Definition at line 59 of file trc_core_arch_map.h.

Constructor & Destructor Documentation

◆ CoreArchProfileMap()

CoreArchProfileMap::CoreArchProfileMap ( )

◆ ~CoreArchProfileMap()

CoreArchProfileMap::~CoreArchProfileMap ( )
inline

Definition at line 63 of file trc_core_arch_map.h.

Member Function Documentation

◆ getArchProfile()

ocsd_arch_profile_t CoreArchProfileMap::getArchProfile ( const std::string &  coreName)
inline

Definition at line 73 of file trc_core_arch_map.h.


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