Home
last modified time | relevance | path

Searched refs:location (Results 1 – 12 of 12) sorted by relevance

/mipi-sys-t-3.7.0/printer/include/
Dmipi_syst_message.h79 uint32_t location : 1; ///< indicate location information member
87 uint32_t location : 1; ///< indicate location information
110 struct location { struct
116 location() : tag(0), address(0), file(0), line(0) {} in location() argument
193 const location& getLocation() const { return m_loc; } in getLocation()
217 location m_loc;
/mipi-sys-t-3.7.0/library/doxygen/
DBuilding.md37 SYST_BUILD_GTEST_DIR | File system location of the Google Test framework source code. This cod…
40 CMAKE_INSTALL_PREFIX | File System location for installing the SyS-T build.
51 - Point the "Where to build the binaries:" field to a temporary location. This
53 installation location for the build result.
59 desired install location.
103 install | Install to CMAKE_INSTALL_PREFIX location, implies 'all'
115 run execute the script. The BLD_ROOT variable sets the location of the build
DApiOverview.md77 generating additional location information. Location information describes
84 API without location information generation
100 location. This API requires the SyS-T platform feature defines
115 - An optional location record
153 A message can contain location information describing the position of its
155 "file:line" ID pair. This location information is generated if one of the
DProtocol.md75 - An optional [location record] (#syst_decoder_prot_location)
132 mipi_syst_u32 et_location:1; /**< indicate location information */
185 A SyS-T Message can contain location information describing the position of
187 "file:line" ID pair. This location information is generated if one of the
195 * Specify format of used message location information that is added to the
246 The location information is followed by a 16-bit length field if the header bit
DDoxyfile.in52 # If a relative path is entered, it will be relative to the location
1068 # be used to specify the location (absolute path including file name) of
1144 # be used to specify the location of Qt's qhelpgenerator.
1237 # When MathJax is enabled you need to specify the location relative to the
1308 # of to a relative location where the documentation can be found.
1637 # tag file the location of the external documentation should be added. The
1638 # format of a tag file without this location is as follows:
1640 # Adding location for the tag files is done as follows:
1716 # the font, which can be done by putting it in a standard location or by setting
DCatgen.md209 explicit location information.
/mipi-sys-t-3.7.0/
DREADME.md99 …Path prefix for the compiled library binaries and include files install location| (defined by CMak…
102 | SYST_BUILD_GTEST_DIR|Installation location of Google Test sources. Set this for building the unit…
105 library on a Linux console. Replace "../sys-t/library" with the location of
125 and SyS-T header files to the deploy location. This location was defined
143 files in the install location. The location of the install folder needs
148 in a Linux console. Replace "../sys-t/examples" with the location of
150 with the location of the install location from a previously built
367 run execute the script. The BLD_ROOT variable sets the location of the build
/mipi-sys-t-3.7.0/examples/
DCMakeLists.txt24 #dynamic linking, requires location of mipi_syst.dll to be in the PATH.
/mipi-sys-t-3.7.0/library/include/
Dmipi_syst.h.in547 * Enable the API variants that send file:line ID pair location records.
552 * Enable the API variants that send the address of the instrumentation location.
653 mipi_syst_u32 et_location : 1; /**< indicate location information */
661 mipi_syst_u32 et_location : 1; /**< indicate location information */
764 struct mipi_syst_msglocation systh_location; /**< location record */
/mipi-sys-t-3.7.0/printer/src/
Dmipi_syst_message.cpp264 const message::location& loc, in location2string()
Dmipi_syst_decode.cpp267 if (dest.getHeader().field.location) { in decodeNormalMessage()
/mipi-sys-t-3.7.0/library/
DCMakeLists.txt36 …TEST_DIR=${SYST_BUILD_GTEST_DIR} does not point to a Google Test source location. Unittests will n…