Initializes or stops the Object Data Manager.
int init_dgodm ( ) int term_dgodm ( )
The init_dgodm subroutine issues an odm_initialize call to the Object Data Manager. This should be done at the beginning of the Diagnostic Application (DA).
The term_dgodm subroutine issues an odm_terminate call to the Object Data Manager. This should be done at the end of the DA.
A value of 0 is always returned.