User Tools

Site Tools


ch10_handbook:recorder_setup_and_configuration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
ch10_handbook:recorder_setup_and_configuration [2014/04/11 14:40] bobch10_handbook:recorder_setup_and_configuration [2014/04/14 19:52] – Fixed figures bob
Line 17: Line 17:
    
 TMATS attributes are logically arranged in a hierarchical tree structure. Figure 9-1 in the  TMATS attributes are logically arranged in a hierarchical tree structure. Figure 9-1 in the 
-IRIG Chapter 9 standard shows this attribute tree structure. Unlike other markup languages, +[[http://www.irig106.org/docs/106-13/chapter9.pdf|IRIG 106 Chapter 9]] standard shows this attribute tree structure. Unlike other markup languages, 
 such as Extensible Markup Language (XML), the structure of the attribute tree is not inherent in  such as Extensible Markup Language (XML), the structure of the attribute tree is not inherent in 
 the position, structure, or syntax of individual TMATS lines. Instead, the hierarchical  the position, structure, or syntax of individual TMATS lines. Instead, the hierarchical 
Line 24: Line 24:
 ''R-m\ID'' attribute such as ''R-1\ID:MyDataSource;'' with the corresponding  ''R-m\ID'' attribute such as ''R-1\ID:MyDataSource;'' with the corresponding 
 ''G\DSI-n'' attribute such as ''G\DSI-1:MyDataSource;''. An example of a portion of a  ''G\DSI-n'' attribute such as ''G\DSI-1:MyDataSource;''. An example of a portion of a 
-TMATS attribute tree is shown in Figure 3-1. Chapter 9 defines the specific linking fields for +TMATS attribute tree is shown below. Chapter 9 defines the specific linking fields for 
 the various levels of the TMATS attribute tree.  the various levels of the TMATS attribute tree. 
  
-FIXME +{{ :ch10_handbook:tmats_atrribute_tree.png |}} 
-  Figure 3-1+ 
 +<html><center><b> 
 +Example TMATS attribute tree 
 +</b></center></html> 
      
 Attribute lines can be easily parsed using the string tokenizer function ''strtok()'' in the  Attribute lines can be easily parsed using the string tokenizer function ''strtok()'' in the 
-C run time library. An example approach outline for TMATS parsing is shown in Figure 3-2+C run time library. An example approach outline for TMATS parsing is shown in the code example below
 The TMATS attribute line is stored in the null terminated character array ''szLine[]''. The code  The TMATS attribute line is stored in the null terminated character array ''szLine[]''. The code 
 name string is pointed to by ''szCodeName'' and the data item value is pointed to by  name string is pointed to by ''szCodeName'' and the data item value is pointed to by 
Line 84: Line 87:
 </code> </code>
  
-Figure 3-2. TMATS attribute parser example code. +<html><center><b> 
 +TMATS attribute parser example code.  
 +</b></center></html> 
  
 The two basic types of attribute code names are single entry and multiple entry. Single  The two basic types of attribute code names are single entry and multiple entry. Single 
Line 120: Line 125:
 appropriate attribute records. See Chapter 10 for specific TMATS attribute position and order  appropriate attribute records. See Chapter 10 for specific TMATS attribute position and order 
 requirements. requirements.
- 
ch10_handbook/recorder_setup_and_configuration.txt · Last modified: 2014/05/29 14:34 by bob

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki