File: ticable_set_param.txt

package info (click to toggle)
libticables3 3.9.6-10
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,656 kB
  • ctags: 2,184
  • sloc: ansic: 15,996; sh: 9,298; makefile: 526; yacc: 288; awk: 145; sed: 16
file content (20 lines) | stat: -rw-r--r-- 521 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
[Main]
Name=ticable_set_param
Type=Function
Header=cabl_int.h
Definition=int ticable_set_param(const @TicableLinkParam@ *lp);

[Parameters]
lp : the link cable parameters.

[Summary]
Set parameters to use for the link cable.

[Description]
This function set the link cables parameters starting at the lp structure.
It must be called before @ticable_set_cable@ but typically after @ticable_get_default_param@.

This function is more convenient than the set of ticable_set/get_xxx functions.

[See also]
@ticable_get_param@