[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

5976.0. "DECmcc callable interface : How to access stuff?" by ANNECY::BOURDILLON (Cats are the next step in evolution) Wed May 04 1994 11:32

Hello,

I wish to access the OSI SYSTEM entity, using a callable interface. The calls
I wish to emulate are :

	SHOW OSI SYSTEM osi_system LOG logname

	SHOW OSI SYSTEM osi_system LOG logname ALARM RECORD alarm_id


However, I can't find the .h file with the definitions for the OSI SYSTEM entity.
Is there an easy way for me to emulate these calls? If not, what is the best
way to do it (mcc_aes_create, etc., then mcc_call_access ...) ?

If the latter, where can I find the ,h file(s) for the OSI SYSTEM entity?



Thanks

Ben
T.RTitleUserPersonal
Name
DateLines
5976.1OSI_SYSTEM is part of TeMIPTAEC::FLAUWMarc Flauw, CEM Technical Office, VBOThu May 05 1994 03:4131
Ben,

There are basically 2 ways of doing it : 

	1- you don't want to manipulate any AES or mcc_call, so you can submit  
           your commands to the FCL PM, store the results in a file and parse 	
           this file. 
	   If you have only a few commands and if your application is not time
	   critical, it should work. 

	2- you use callable mcc and you encode the various parameters of an 	
	   mcc_call. There are a number of examples on how to do that throughout
		   this notefile. 


Regarding the OSI_SYSTEM entity, it is part of TeMIP V1 kit and not directly of
MCC. I don't think that the .h files corresponding to the MSL are shipped. 

But you can find the MRM of the OSI_SYSTEM and the LOG online at 
TAEC::TEMIP$PUBLIC:[V11_DOC]

The files are TEMIP_V111_OSIMRM.PS and TEMIP_V111_ELMRM.PS. If you need the
codes, I think you can also find those using the mcc_dap tool. 

I think I remember we had an example of how to call the Alarm Handling FM for
the TeMIP training, but I don't remember any on the Log. It might be worth
asking in the TeMIP notefile (TAEC::TEMIP).

Best regards,

Marc.