insmod

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{DavinciWiki_Function| List all IO modules loaded into the environment | Arguments: none Return Value: prints all IO modules to screen | Syntax: lsmod() | dv> lsmod(…')
 
 
Line 1: Line 1:
 
{{DavinciWiki_Function|
 
{{DavinciWiki_Function|
List all IO modules loaded into the environment
+
Load an IO module into the environment
 
|
 
|
Arguments: none
+
Arguments: module name
 
   
 
   
Return   Value: prints all IO modules to screen
+
Return Value: none
 
|
 
|
[[Syntax]]: lsmod()
+
[[Syntax]]: insmod(module_name)
 +
 +
Adds  the specified module into the name space and available IO filetypes list.
 +
 +
Modules  must exist in the directory specified by the environmental variable  '$DV_MOD_PATH'.
 
|
 
|
  dv> lsmod()
+
  dv> insmod("isis3")
Currently loaded IO modules:
+
Module name              Read Write LoadPDS Path
+
-----------              ---- ----- ------- ----
+
isis3                      X    X    X    /mars/common/davinci/lib/davinci/isis3.dvio
+
 
|
 
|
 
|
 
|
 
|
 
|
 
*[[rmmod]]
 
*[[rmmod]]
*[[insmod]]
+
*[[lsmod]]
*[[list_modules]]
+
*[[unload_module]]
+
 
*[[load_module]]
 
*[[load_module]]
 +
*[[unload_module]]
 +
*[[list_modules]]
 
|
 
|
 
|
 
|
 
}}
 
}}
 
[[category:Functions]]
 
[[category:Functions]]
[[category:Davinci   Core]]
+
[[category:Davinci Core]]
[[category:Module   Support]]
+
[[category:Module Support]]

Latest revision as of 15:45, 26 February 2010



Description

Load an IO module into the environment

Arguments and Return Values

Arguments: module name

Return Value: none

Usage

Syntax: insmod(module_name)

Adds the specified module into the name space and available IO filetypes list.

Modules must exist in the directory specified by the environmental variable '$DV_MOD_PATH'.

Examples

dv> insmod("isis3")

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Recent Core Changes

Modified On: 02-26-2010

Personal tools