Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

wm_msg.cc File Reference

#include "nml.hh"
#include "nmlmsg.hh"
#include "cms.hh"
#include "wm_msg.hh"

Include dependency graph for wm_msg.cc:

Include dependency graph

Go to the source code of this file.

Functions

int RCS_WM_MSG_format (NMLTYPE t, void RCS_FAR *buf, CMS RCS_FAR *cms)


Function Documentation

int RCS_WM_MSG_format NMLTYPE    t,
void RCS_FAR *    buf,
CMS RCS_FAR *    cms
 

Definition at line 14 of file wm_msg.cc.

00015 {
00016   switch (t)
00017     {
00018     case RCS_GENERIC_WM_TYPE:
00019       ((RCS_GENERIC_WM *) buf)->update (cms);
00020       return (1);
00021 
00022     default:
00023       return (0);
00024     }
00025   return (0);
00026 }


Generated on Sun Dec 2 15:58:06 2001 for rcslib by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001