File: ticablelinkcable.init.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 (22 lines) | stat: -rw-r--r-- 537 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
[Main]
Name=init
Type=Function
Header=cabl_int.h
Definition=int (*init) (void);

[Parameters]
Return value : 0 if successful, an error code otherwise.

[Summary]
Open a link cable for the first time.

[Description]
It open a link cable access: permissions are granted, I/O accesses are open,
logging is enabled.
You have to call it at program startup or whenever you change the link cable
model. Typically after a call to @ticable_set_cable@.

Error codes are listed in cabl_err.h.

[See also]
@TicableLinkCable@, @ticablelinkcable.exit@