File: ticable_get_default_param.txt

package info (click to toggle)
libticables3 3.8.9-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,660 kB
  • ctags: 2,190
  • sloc: ansic: 16,302; sh: 9,292; makefile: 517; yacc: 288; awk: 145; sed: 16
file content (27 lines) | stat: -rw-r--r-- 637 bytes parent folder | download | duplicates (3)
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
[Main]
Name=ticable_get_default_param
Type=Function
Header=cabl_int.h
Definition=int ticable_get_default_param(@TicableLinkParam@ *lp);

[Parameters]
lp : the default link parameters.

[Summary]
Returns the default link parameters used by library.

[Description]
This function fills the lp structure with the best settings according to the platform type:
<br>- link_type : TI's GrayLink
<br>- port : COM2
<br>- timeout : 15/10 s
<br>- delay : 10s
<br>- baud_rate : 9600 bauds
<br>- io_addr : auto-detected
<br>- device : auto-detected
<br>- hfc : on
<br>- I/O method : automatic
<br>

[See also]
@ticable_set_param@, @ticable_get_param@