-
propInt.h
- Internal header file
-
propCmd.c
- Shell interface for the prop package.
-
propPkg.c
- Main routines for the prop package
propInt.h
Internal header file
By: Marco Roveri, Roberto Cavada
See Alsooptional
propCmd.c
Shell interface for the prop package.
By: Marco Roveri
This file contains the interface of the prop package
with the interactive shell.
See AlsocmdCmd.c
-
PropPkg_init_cmd()
- Initiliaze the prop package for commands
-
PropPkg_quit_cmd()
- Quit the prop package for commands
-
CommandShowProperty()
- Shows the currently stored properties
-
CommandAddProperty()
- Adds a property to the list of properties
-
CommandCheckProperty()
- Checks properties
propPkg.c
Main routines for the prop package
By: Marco Roveri, Roberto Cavada
-
PropPkg_init()
- Initializes the package: master property and
property database are allocated
-
PropPkg_quit()
- Quits the package
-
PropPkg_get_prop_database()
- Returns the global property database instance
-
PropPkg_set_prop_database()
- Sets the global property database instance
Last updated on 2011/04/06 21h:13