summaryrefslogtreecommitdiff
path: root/command_8h_source.html
blob: 04f933935d996c54e294ff366379b4f0e205f634 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>navit: command.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
  $(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">navit
   &#160;<span id="projectnumber">0.5.3-trunk</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('command_8h_source.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div class="header">
  <div class="headertitle">
<div class="title">command.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="command_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;</div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="preprocessor">#ifndef NAVIT_COMMAND_H</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="preprocessor">#define NAVIT_COMMAND_H</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;</div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {</div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;</div><div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="structcommand__table.html">   27</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structcommand__table.html">command_table</a> {</div><div class="line"><a name="l00028"></a><span class="lineno"><a class="line" href="structcommand__table.html#a35ae2e637995ddfbb9c22fef5a7565dc">   28</a></span>&#160;        <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="structcommand__table.html#a35ae2e637995ddfbb9c22fef5a7565dc">command</a>;</div><div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="structcommand__table.html#aed401e816726cbd620b28d77ed4ac522">   29</a></span>&#160;        int (*<a class="code" href="structcommand__table.html#aed401e816726cbd620b28d77ed4ac522">func</a>)(<span class="keywordtype">void</span> *<a class="code" href="garmin__img_8c.html#a433b1c9921d3b90f7c145c781a43f325">data</a>, <span class="keywordtype">char</span> *cmd, <span class="keyword">struct </span><a class="code" href="structattr.html">attr</a> **in, <span class="keyword">struct </span><a class="code" href="structattr.html">attr</a> ***out);</div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;};</div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;</div><div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="command_8h.html#ab27de639f21fb54d98b11aa1ae7c9445">   32</a></span>&#160;<span class="preprocessor">#define command_cast(x) (int (*)(void *, char *, struct attr **, struct attr ***))(x)</span></div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;</div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="comment">/* prototypes */</span></div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="keyword">enum</span> <a class="code" href="attr_8h.html#a9a9ab3c12bda86add06f89976f36f98c">attr_type</a>;</div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="keyword">struct </span><a class="code" href="structattr.html">attr</a>;</div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="keyword">struct </span><a class="code" href="structcallback.html">callback</a>;</div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;<span class="keyword">struct </span><a class="code" href="structcallback__list.html">callback_list</a>;</div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="keyword">struct </span><a class="code" href="structcommand__saved.html">command_saved</a>;</div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;<span class="keyword">struct </span><a class="code" href="structcommand__table.html">command_table</a>;</div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;<span class="keyword">struct </span><a class="code" href="structnavit.html">navit</a>;</div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;<span class="keywordtype">char</span> *<a class="code" href="command_8h.html#a8ef5ffca9ae1daf95ece9ed1459bb1ee">command_error_to_text</a>(<span class="keywordtype">int</span> <a class="code" href="tell__navit_8c.html#ae4349ff695c2b3e4caf3cebbd1b95f78">err</a>);</div><div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;<span class="keyword">enum</span> <a class="code" href="attr_8h.html#a9a9ab3c12bda86add06f89976f36f98c">attr_type</a> <a class="code" href="command_8h.html#ad3b050db8b8e01196d5d542fba3061a5">command_evaluate_to_attr</a>(<span class="keyword">struct</span> <a class="code" href="structattr.html">attr</a> *<a class="code" href="structattr.html">attr</a>, <span class="keywordtype">char</span> *expr, <span class="keywordtype">int</span> *<a class="code" href="command_8c.html#af10dacfa214e2575bb2e0ee407c242e0">error</a>, <span class="keyword">struct</span> attr *ret);</div><div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;<span class="keywordtype">void</span> <a class="code" href="command_8h.html#a63d0ce2582a86762cae8d9ad6e9bff03">command_evaluate_to_void</a>(<span class="keyword">struct</span> <a class="code" href="structattr.html">attr</a> *<a class="code" href="structattr.html">attr</a>, <span class="keywordtype">char</span> *expr, <span class="keywordtype">int</span> *<a class="code" href="command_8c.html#af10dacfa214e2575bb2e0ee407c242e0">error</a>);</div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;<span class="keywordtype">char</span> *<a class="code" href="command_8h.html#abf88693f3f70e606ec2f8a727f62b631">command_evaluate_to_string</a>(<span class="keyword">struct</span> <a class="code" href="structattr.html">attr</a> *<a class="code" href="structattr.html">attr</a>, <span class="keywordtype">char</span> *expr, <span class="keywordtype">int</span> *<a class="code" href="command_8c.html#af10dacfa214e2575bb2e0ee407c242e0">error</a>);</div><div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;<span class="keywordtype">int</span> <a class="code" href="command_8h.html#a9e2770e0a0463f26ee6cf3ee48788515">command_evaluate_to_int</a>(<span class="keyword">struct</span> <a class="code" href="structattr.html">attr</a> *<a class="code" href="structattr.html">attr</a>, <span class="keywordtype">char</span> *expr, <span class="keywordtype">int</span> *<a class="code" href="command_8c.html#af10dacfa214e2575bb2e0ee407c242e0">error</a>);</div><div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;<span class="keywordtype">int</span> <a class="code" href="command_8h.html#a59bd756a3a0bbcb1d1cf20204eba1f3b">command_evaluate_to_boolean</a>(<span class="keyword">struct</span> <a class="code" href="structattr.html">attr</a> *<a class="code" href="structattr.html">attr</a>, <span class="keyword">const</span> <span class="keywordtype">char</span> *expr, <span class="keywordtype">int</span> *<a class="code" href="command_8c.html#af10dacfa214e2575bb2e0ee407c242e0">error</a>);</div><div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;<span class="keywordtype">int</span> <a class="code" href="command_8h.html#a5839c226f8ad82f7eda60b1bade54e29">command_evaluate_to_length</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *expr, <span class="keywordtype">int</span> *<a class="code" href="command_8c.html#af10dacfa214e2575bb2e0ee407c242e0">error</a>);</div><div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;<span class="keywordtype">void</span> <a class="code" href="command_8h.html#a6f4393a77b5faecd3074563d45d2dce6">command_evaluate</a>(<span class="keyword">struct</span> <a class="code" href="structattr.html">attr</a> *<a class="code" href="structattr.html">attr</a>, <span class="keyword">const</span> <span class="keywordtype">char</span> *expr);</div><div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;<span class="keywordtype">void</span> <a class="code" href="command_8h.html#a096df5fb8549c057a00ce3e6668466fa">command_add_table_attr</a>(<span class="keyword">struct</span> <a class="code" href="structcommand__table.html">command_table</a> *table, <span class="keywordtype">int</span> count, <span class="keywordtype">void</span> *<a class="code" href="garmin__img_8c.html#a433b1c9921d3b90f7c145c781a43f325">data</a>, <span class="keyword">struct</span> <a class="code" href="structattr.html">attr</a> *<a class="code" href="structattr.html">attr</a>);</div><div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;<span class="keywordtype">void</span> <a class="code" href="command_8h.html#af4ad5cba872ab321271516efed127d87">command_add_table</a>(<span class="keyword">struct</span> <a class="code" href="structcallback__list.html">callback_list</a> *<a class="code" href="main_8c.html#a0bb9aea6e64415d105ad710731075fa4">cbl</a>, <span class="keyword">struct</span> <a class="code" href="structcommand__table.html">command_table</a> *table, <span class="keywordtype">int</span> count, <span class="keywordtype">void</span> *<a class="code" href="garmin__img_8c.html#a433b1c9921d3b90f7c145c781a43f325">data</a>);</div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;<span class="keywordtype">void</span> <a class="code" href="command_8h.html#a0a8d1105cde63dfa9d8f1f33985b422b">command_saved_set_cb</a>(<span class="keyword">struct</span> <a class="code" href="structcommand__saved.html">command_saved</a> *cs, <span class="keyword">struct</span> <a class="code" href="structcallback.html">callback</a> *cb);</div><div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;<span class="keywordtype">int</span> <a class="code" href="command_8h.html#ad8c7ef1a5058dd6581ae752614d77117">command_saved_get_int</a>(<span class="keyword">struct</span> <a class="code" href="structcommand__saved.html">command_saved</a> *cs);</div><div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;<span class="keywordtype">int</span> <a class="code" href="command_8h.html#a6b52f8a055f97bb523d5c17e986c450a">command_saved_error</a>(<span class="keyword">struct</span> <a class="code" href="structcommand__saved.html">command_saved</a> *cs);</div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;<span class="keyword">struct </span><a class="code" href="structcommand__saved.html">command_saved</a> *<a class="code" href="command_8h.html#a2eb907f4e92080be372e6399d682402b">command_saved_attr_new</a>(<span class="keywordtype">char</span> *<a class="code" href="structcommand__table.html#a35ae2e637995ddfbb9c22fef5a7565dc">command</a>, <span class="keyword">struct</span> <a class="code" href="structattr.html">attr</a> *<a class="code" href="structcontext.html">context</a>, <span class="keyword">struct</span> <a class="code" href="structcallback.html">callback</a> *<a class="code" href="structcommand__saved.html#a1c246cec8c9e0f30d149294964d25318">cb</a>, <span class="keywordtype">int</span> <a class="code" href="structcommand__saved.html#af1b958d9acb5b24b992e2299262c0753">async</a>);</div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;<span class="keyword">struct </span><a class="code" href="structcommand__saved.html">command_saved</a> *<a class="code" href="command_8h.html#aeb3df4fb52c4d7aba3c98bfbd2a6c11f">command_saved_new</a>(<span class="keywordtype">char</span> *<a class="code" href="structcommand__table.html#a35ae2e637995ddfbb9c22fef5a7565dc">command</a>, <span class="keyword">struct</span> <a class="code" href="structnavit.html">navit</a> *<a class="code" href="structnavit.html">navit</a>, <span class="keyword">struct</span> <a class="code" href="structcallback.html">callback</a> *<a class="code" href="structcommand__saved.html#a1c246cec8c9e0f30d149294964d25318">cb</a>, <span class="keywordtype">int</span> <a class="code" href="structcommand__saved.html#af1b958d9acb5b24b992e2299262c0753">async</a>);</div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;<span class="keywordtype">void</span> <a class="code" href="command_8h.html#a3d5ddd40740bcc0fb2dde63b65fe560c">command_saved_destroy</a>(<span class="keyword">struct</span> <a class="code" href="structcommand__saved.html">command_saved</a> *cs);</div><div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;<span class="comment">/* end of prototypes */</span></div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div><div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;}</div><div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;</div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;<span class="preprocessor"> #endif </span><span class="comment">/* NAVIT_COMMAND_H */</span><span class="preprocessor"></span></div><div class="ttc" id="attr_8h_html_a9a9ab3c12bda86add06f89976f36f98c"><div class="ttname"><a href="attr_8h.html#a9a9ab3c12bda86add06f89976f36f98c">attr_type</a></div><div class="ttdeci">attr_type</div><div class="ttdef"><b>Definition:</b> attr.h:34</div></div>
<div class="ttc" id="structcontext_html"><div class="ttname"><a href="structcontext.html">context</a></div><div class="ttdef"><b>Definition:</b> command.c:57</div></div>
<div class="ttc" id="command_8h_html_a5839c226f8ad82f7eda60b1bade54e29"><div class="ttname"><a href="command_8h.html#a5839c226f8ad82f7eda60b1bade54e29">command_evaluate_to_length</a></div><div class="ttdeci">int command_evaluate_to_length(const char *expr, int *error)</div><div class="ttdef"><b>Definition:</b> command.c:1319</div></div>
<div class="ttc" id="main_8c_html_a0bb9aea6e64415d105ad710731075fa4"><div class="ttname"><a href="main_8c.html#a0bb9aea6e64415d105ad710731075fa4">cbl</a></div><div class="ttdeci">struct callback_list * cbl</div><div class="ttdef"><b>Definition:</b> main.c:64</div></div>
<div class="ttc" id="command_8h_html_a63d0ce2582a86762cae8d9ad6e9bff03"><div class="ttname"><a href="command_8h.html#a63d0ce2582a86762cae8d9ad6e9bff03">command_evaluate_to_void</a></div><div class="ttdeci">void command_evaluate_to_void(struct attr *attr, char *expr, int *error)</div><div class="ttdef"><b>Definition:</b> command.c:1237</div></div>
<div class="ttc" id="command_8h_html_a0a8d1105cde63dfa9d8f1f33985b422b"><div class="ttname"><a href="command_8h.html#a0a8d1105cde63dfa9d8f1f33985b422b">command_saved_set_cb</a></div><div class="ttdeci">void command_saved_set_cb(struct command_saved *cs, struct callback *cb)</div><div class="ttdef"><b>Definition:</b> command.c:1527</div></div>
<div class="ttc" id="command_8h_html_a6f4393a77b5faecd3074563d45d2dce6"><div class="ttname"><a href="command_8h.html#a6f4393a77b5faecd3074563d45d2dce6">command_evaluate</a></div><div class="ttdeci">void command_evaluate(struct attr *attr, const char *expr)</div><div class="ttdef"><b>Definition:</b> command.c:1463</div></div>
<div class="ttc" id="command_8h_html_aeb3df4fb52c4d7aba3c98bfbd2a6c11f"><div class="ttname"><a href="command_8h.html#aeb3df4fb52c4d7aba3c98bfbd2a6c11f">command_saved_new</a></div><div class="ttdeci">struct command_saved * command_saved_new(char *command, struct navit *navit, struct callback *cb, int async)</div><div class="ttdef"><b>Definition:</b> command.c:1772</div></div>
<div class="ttc" id="command_8h_html_ad8c7ef1a5058dd6581ae752614d77117"><div class="ttname"><a href="command_8h.html#ad8c7ef1a5058dd6581ae752614d77117">command_saved_get_int</a></div><div class="ttdeci">int command_saved_get_int(struct command_saved *cs)</div><div class="ttdoc">Returns an integer representation of the evaluation result of a saved command. </div><div class="ttdef"><b>Definition:</b> command.c:1537</div></div>
<div class="ttc" id="structcommand__table_html_aed401e816726cbd620b28d77ed4ac522"><div class="ttname"><a href="structcommand__table.html#aed401e816726cbd620b28d77ed4ac522">command_table::func</a></div><div class="ttdeci">int(* func)(void *data, char *cmd, struct attr **in, struct attr ***out)</div><div class="ttdef"><b>Definition:</b> command.h:29</div></div>
<div class="ttc" id="command_8h_html_abf88693f3f70e606ec2f8a727f62b631"><div class="ttname"><a href="command_8h.html#abf88693f3f70e606ec2f8a727f62b631">command_evaluate_to_string</a></div><div class="ttdeci">char * command_evaluate_to_string(struct attr *attr, char *expr, int *error)</div><div class="ttdef"><b>Definition:</b> command.c:1249</div></div>
<div class="ttc" id="structcallback__list_html"><div class="ttname"><a href="structcallback__list.html">callback_list</a></div><div class="ttdef"><b>Definition:</b> callback.c:36</div></div>
<div class="ttc" id="command_8h_html_a9e2770e0a0463f26ee6cf3ee48788515"><div class="ttname"><a href="command_8h.html#a9e2770e0a0463f26ee6cf3ee48788515">command_evaluate_to_int</a></div><div class="ttdeci">int command_evaluate_to_int(struct attr *attr, char *expr, int *error)</div><div class="ttdef"><b>Definition:</b> command.c:1270</div></div>
<div class="ttc" id="garmin__img_8c_html_a433b1c9921d3b90f7c145c781a43f325"><div class="ttname"><a href="garmin__img_8c.html#a433b1c9921d3b90f7c145c781a43f325">data</a></div><div class="ttdeci">char data</div><div class="ttdef"><b>Definition:</b> garmin_img.c:330</div></div>
<div class="ttc" id="structattr_html"><div class="ttname"><a href="structattr.html">attr</a></div><div class="ttdef"><b>Definition:</b> attr.h:157</div></div>
<div class="ttc" id="command_8h_html_a59bd756a3a0bbcb1d1cf20204eba1f3b"><div class="ttname"><a href="command_8h.html#a59bd756a3a0bbcb1d1cf20204eba1f3b">command_evaluate_to_boolean</a></div><div class="ttdeci">int command_evaluate_to_boolean(struct attr *attr, const char *expr, int *error)</div><div class="ttdef"><b>Definition:</b> command.c:1291</div></div>
<div class="ttc" id="structcallback_html"><div class="ttname"><a href="structcallback.html">callback</a></div><div class="ttdef"><b>Definition:</b> callback.c:26</div></div>
<div class="ttc" id="structcommand__table_html_a35ae2e637995ddfbb9c22fef5a7565dc"><div class="ttname"><a href="structcommand__table.html#a35ae2e637995ddfbb9c22fef5a7565dc">command_table::command</a></div><div class="ttdeci">const char * command</div><div class="ttdef"><b>Definition:</b> command.h:28</div></div>
<div class="ttc" id="command_8h_html_a3d5ddd40740bcc0fb2dde63b65fe560c"><div class="ttname"><a href="command_8h.html#a3d5ddd40740bcc0fb2dde63b65fe560c">command_saved_destroy</a></div><div class="ttdeci">void command_saved_destroy(struct command_saved *cs)</div><div class="ttdef"><b>Definition:</b> command.c:1777</div></div>
<div class="ttc" id="tell__navit_8c_html_ae4349ff695c2b3e4caf3cebbd1b95f78"><div class="ttname"><a href="tell__navit_8c.html#ae4349ff695c2b3e4caf3cebbd1b95f78">err</a></div><div class="ttdeci">void err(char *fmt,...)</div><div class="ttdef"><b>Definition:</b> tell_navit.c:42</div></div>
<div class="ttc" id="command_8h_html_a8ef5ffca9ae1daf95ece9ed1459bb1ee"><div class="ttname"><a href="command_8h.html#a8ef5ffca9ae1daf95ece9ed1459bb1ee">command_error_to_text</a></div><div class="ttdeci">char * command_error_to_text(int err)</div><div class="ttdoc">Converts an error to human-readable text. </div><div class="ttdef"><b>Definition:</b> command.c:119</div></div>
<div class="ttc" id="command_8h_html_a096df5fb8549c057a00ce3e6668466fa"><div class="ttname"><a href="command_8h.html#a096df5fb8549c057a00ce3e6668466fa">command_add_table_attr</a></div><div class="ttdeci">void command_add_table_attr(struct command_table *table, int count, void *data, struct attr *attr)</div><div class="ttdef"><b>Definition:</b> command.c:1516</div></div>
<div class="ttc" id="structcommand__saved_html_af1b958d9acb5b24b992e2299262c0753"><div class="ttname"><a href="structcommand__saved.html#af1b958d9acb5b24b992e2299262c0753">command_saved::async</a></div><div class="ttdeci">int async</div><div class="ttdef"><b>Definition:</b> command.c:91</div></div>
<div class="ttc" id="structcommand__saved_html_a1c246cec8c9e0f30d149294964d25318"><div class="ttname"><a href="structcommand__saved.html#a1c246cec8c9e0f30d149294964d25318">command_saved::cb</a></div><div class="ttdeci">struct callback * cb</div><div class="ttdef"><b>Definition:</b> command.c:89</div></div>
<div class="ttc" id="structnavit_html"><div class="ttname"><a href="structnavit.html">navit</a></div><div class="ttdef"><b>Definition:</b> navit.c:112</div></div>
<div class="ttc" id="structcommand__table_html"><div class="ttname"><a href="structcommand__table.html">command_table</a></div><div class="ttdef"><b>Definition:</b> command.h:27</div></div>
<div class="ttc" id="command_8h_html_a6b52f8a055f97bb523d5c17e986c450a"><div class="ttname"><a href="command_8h.html#a6b52f8a055f97bb523d5c17e986c450a">command_saved_error</a></div><div class="ttdeci">int command_saved_error(struct command_saved *cs)</div><div class="ttdef"><b>Definition:</b> command.c:1541</div></div>
<div class="ttc" id="structcommand__saved_html"><div class="ttname"><a href="structcommand__saved.html">command_saved</a></div><div class="ttdef"><b>Definition:</b> command.c:76</div></div>
<div class="ttc" id="command_8h_html_ad3b050db8b8e01196d5d542fba3061a5"><div class="ttname"><a href="command_8h.html#ad3b050db8b8e01196d5d542fba3061a5">command_evaluate_to_attr</a></div><div class="ttdeci">enum attr_type command_evaluate_to_attr(struct attr *attr, char *expr, int *error, struct attr *ret)</div><div class="ttdef"><b>Definition:</b> command.c:1225</div></div>
<div class="ttc" id="command_8h_html_a2eb907f4e92080be372e6399d682402b"><div class="ttname"><a href="command_8h.html#a2eb907f4e92080be372e6399d682402b">command_saved_attr_new</a></div><div class="ttdeci">struct command_saved * command_saved_attr_new(char *command, struct attr *context, struct callback *cb, int async)</div><div class="ttdoc">Creates a new saved command. </div><div class="ttdef"><b>Definition:</b> command.c:1750</div></div>
<div class="ttc" id="command_8h_html_af4ad5cba872ab321271516efed127d87"><div class="ttname"><a href="command_8h.html#af4ad5cba872ab321271516efed127d87">command_add_table</a></div><div class="ttdeci">void command_add_table(struct callback_list *cbl, struct command_table *table, int count, void *data)</div><div class="ttdef"><b>Definition:</b> command.c:1521</div></div>
<div class="ttc" id="command_8c_html_af10dacfa214e2575bb2e0ee407c242e0"><div class="ttname"><a href="command_8c.html#af10dacfa214e2575bb2e0ee407c242e0">error</a></div><div class="ttdeci">error</div><div class="ttdef"><b>Definition:</b> command.c:94</div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="navelem"><a class="el" href="command_8h.html">command.h</a></li>
    <li class="footer">Generated by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
  </ul>
</div>
</body>
</html>