Method for using information output from encoding and decoding operation
A technology for outputting information, encoding and decoding, applied in software testing/debugging and other directions, can solve problems such as affecting program performance and occupying large system resources, and achieve the effect of reducing the amount of data, reducing calls, and reducing impact and impact
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
example
[0074] / / The function that realizes the information output, the first is the real output function, the second is the variable parameter Physical function Void tlib_trace(int code, int len, char*pData); void tlib_trace_vp(int code, int num,...); / / A represents a character string, b is a list (code, the number of variable parameters, variable parameter list) / / Note that there is a pair of "()" when writing parameter b / / Convert the coding interface into a call to a specific function #Define TLIB_TRACE_VP(a,b)tlib_trace_vp b; #Define TLIB_TRACE(a,b,c,d)tlib_trace(a,c,d); Void main(void) { int a, b, c; a=b=c=1; / / Example of calling method of variable parameter programming interface: 0, 1, 2, 3 dynamic parameters respectively TLIB_TRACE_VP("%Hi, Nice to meet you!\n", (100, 0)) TLIB_TRACE_VP("%d\n", (101, 1, a)) TLIB_TRACE_VP("%d\t%d\n", (102, 2, a, b)) TLIB_TRACE_VP("%d\t%d\t%d\n", (103, 3, a, b, c)) / / An example of programming interface calling method for out...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com