[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
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 |
2573.0. "Callable MCC" by SCHOOL::KIM () Mon Mar 16 1992 15:58
Hi,
We are going to use MCC callable routines to manage some bridge type
switch. Even though this note conference has some pointers to the
topic, it is not enough for us to implement the manager seriously.
SRM does not completely describe the routines, either. Can anybody
give us comments or pointers to the followings:
1) Up-to-dated manuals particularly written for DECmcc callable
routines. It must well define the calling sequences and arguments
of the routines in great details. Especially we need to know what
each field is for (semantics) and which value is defined for the
field (domains) when a descriptor is passed as an argument.
2) We'd like to get as many examples as possible of using the DECmcc
callable routines.
Thank you.
Regards,
/dk
T.R | Title | User | Personal Name | Date | Lines |
---|
2573.1 | Which routine are you refering to ? | NANOVX::ROBERTS | Keith Roberts - DECmcc Toolkit Team | Tue Mar 17 1992 07:48 | 24 |
| RE: .0
> 1) Up-to-dated manuals particularly written for DECmcc callable
> routines. It must well define the calling sequences and arguments
> of the routines in great details. Especially we need to know what
> each field is for (semantics) and which value is defined for the
> field (domains) when a descriptor is passed as an argument.
Which routines do you need more information on?
Callable MCC is just linking with the DECmcc Kernel. You get threads
and all the other goodies that any Management Module gets (SRM Ch 11)
The only requirement is a call to the Framework Initialization routine
which initializes the Kernel Services.
> 2) We'd like to get as many examples as possible of using the DECmcc
> callable routines.
There is a section in the Toolkit Management Module Programming (MMP)
guide about using Callable MCC (section 3.8)
/keith
|