This class contains profiler area properties.
More...
#include <CProfilerController.h>
|
| | CAreaProperties (const std::string &areaName, uint32_t handle, ADDRESS address) |
| | Initializes the instance.
|
| ADDRESS | getAddress () const |
| | Returns area address.
|
| uint32_t | getHandle () const |
| | Returns area handle.
|
| std::string | getName () const |
| | Returns area name.
|
| std::string | toString () |
| | Returns object data as YAML string.
|
This class contains profiler area properties.
◆ CAreaProperties()
| isys::CAreaProperties::CAreaProperties |
( |
const std::string & | areaName, |
|
|
uint32_t | handle, |
|
|
ADDRESS | address ) |
|
inline |
Initializes the instance.
- Parameters
-
| areaName | name of the profiler area |
| handle | profiler area handle |
| address | profiler area start address |
- Since
- 9.12.288
◆ getAddress()
| ADDRESS isys::CAreaProperties::getAddress |
( |
| ) |
const |
|
inline |
Returns area address.
- Since
- 9.12.288
◆ getHandle()
| uint32_t isys::CAreaProperties::getHandle |
( |
| ) |
const |
|
inline |
Returns area handle.
- Since
- 9.12.288
◆ getName()
| std::string isys::CAreaProperties::getName |
( |
| ) |
const |
|
inline |
Returns area name.
- Since
- 9.12.288
◆ toString()
| std::string isys::CAreaProperties::toString |
( |
| ) |
|
|
inline |
Returns object data as YAML string.
- Since
- 9.12.288