EasyManua.ls Logo

COBHAM GRMON3 - Page 181

COBHAM GRMON3
239 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
GRMON3-UM
June 2019, Version 3.1.0
181 www.cobham.com/gaisler
77. rtg4fddr - syntax
NAME
rtg4fddr - Print initialization sequence
SYNOPSIS
rtg4fddr show ?fddr#?
DESCRIPTION
rtg4fddr show ?fddr#?
Print initialization sequence
The RTG4 FDDR initcode is loaded into a procedure in the system shell. The procedure is executed in init
level 6, therefore it is possible to override the script in level 5 by redefining the the ::fdir#::init procedure
using the init# hook.
EXAMPLE
Override the default initialization
proc MyInit5 {} {
proc ::fddr0::init {} {
# Add custom initialization code here
}
proc ::fddr1::init {} {
# Add custom initialization code here
}
}
lappend ::hooks::init5 MyInit5
SEE ALSO
Section 3, “User defined hooks”

Table of Contents