OpenCSD - CoreSight Trace Decode Library  1.3.3
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 60 of file trc_core_arch_map.h.

Constructor & Destructor Documentation

◆ CoreArchProfileMap()

CoreArchProfileMap::CoreArchProfileMap ( )

◆ ~CoreArchProfileMap()

CoreArchProfileMap::~CoreArchProfileMap ( )
inline

Definition at line 64 of file trc_core_arch_map.h.

Member Function Documentation

◆ getArchProfile()

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

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