C++ TargetRTS
Loading...
Searching...
No Matches
extension
rsa_rt
C++
TargetRTS
src
include
RTTracerFormats.h
1
/*******************************************************************************
2
* Licensed Materials - Property of HCL
3
* (c) Copyright HCL Technologies Ltd. 2025. All Rights Reserved.
4
*******************************************************************************/
5
6
#ifndef __RTTracerFormats_h__
7
#define __RTTracerFormats_h__ included
8
9
enum
RTTracerFormats {
10
RTTracer_art_trace = 0,
11
RTTracer_js_sequence_diagrams,
12
// more formats
13
RTTracer_unknown
14
};
15
16
#endif
// __RTTracerFormats_h__
Generated by
1.9.6