[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

Title:DECmcc user notes file. Does not replace IPMT.
Notice:Use IPMT for problems. Newsletter location in note 6187
Moderator:TAEC::BEROUD
Created:Mon Aug 21 1989
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6497
Total number of notes:27359

5089.0. "PM DEVELOPMENT" by TAVIS::ARIK () Wed May 19 1993 11:55

    Is it possible to develop a new PM ?
    
    If positive: can someone please provide me with short description
    what should be done.
    
    If posible: An example (!?)
    
    Thanks
    
    Arik
    
    
     
T.RTitleUserPersonal
Name
DateLines
5089.1you can use callable mcc applicationsKAJUN::NELSONWed May 19 1993 13:3517
You can write your own 'loosely-coupled PM' by implementing a callable
mcc application. 

This is an application that has its own user interface, but has the mcc 
kernel linked into it.  This gives the application access to all the 
services specified in the SRM (Chap 10 + 11), including the mcc_call_* 
routines.

The mcc_call_* routines are those used by the IMPM and FCL to request 
services from the other mcc management modules.  You can user mcc_call_* 
to request services from FMs and AMs, but may not interact with the IMPM 
or FCL user interfaces.

You will find a description of callable mcc applications in the 
Management Module Programming Guide.

...kjn
5089.2you can also write real PM'sMOLAR::DANZO::CARRThu May 20 1993 10:4110
    
    It is also possible to write a "real" PM and take advantage of the
    PM to PM mechanism to influence the Iconic Map. This mechanism is being
    used today by the TeMIP product.  
    
    The PM to PM api is undocumented at the moment.  If you are interested 
    in more information on this subject please contact Jim Lemmon (TOOK::LEMMON) 
    via mail. (Jim is out of town this week but will be back next week).
    
    Dan
5089.3PM DEv. - Example TAVIS::ARIKSun May 23 1993 06:4710
    Kjn , Dan
    
    Thanks a lot for your replies.
    
    Any Example will help me.
    
    Regards,
    
    Arik
            
5089.4MCC_SAMPLE_PM.*TAEC::MALLETTeMIP PM engineering.Mon May 24 1993 08:464
 Ask Jim Lemmon for the mcc_sample_pm.* source code....
 
 Regards