#include "rcs_defs.hh"#include "nml.hh"#include "nmlmsg.hh"Include dependency graph for cmd_msg.hh:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| class | RCS_CMD_MSG |
| class | RCS_CMD_CHANNEL |
| class | RCS_GENERIC_CMD |
Defines | |
| #define | RCS_GENERIC_CMD_TYPE ((NMLTYPE) 1000000) |
Enumerations | |
| enum | RCS_GENERIC_CMD_ID { GENERIC_INIT, GENERIC_HALT } |
Functions | |
| int RCS_EXPORT | RCS_CMD_MSG_format (NMLTYPE, void RCS_FAR *, CMS RCS_FAR *) |
|
|
Definition at line 39 of file cmd_msg.hh. |
|
|
Definition at line 33 of file cmd_msg.hh. 00034 {
00035 GENERIC_INIT,
00036 GENERIC_HALT
00037 };
|
|
||||||||||||||||
|
Definition at line 31 of file cmd_msg.cc. 00032 {
00033 cms->update (((RCS_CMD_MSG *) buf)->serial_number);
00034
00035 // printf(" RCS_CMD_MSG_format: called.\n");
00036 switch (t)
00037 {
00038 case RCS_GENERIC_CMD_TYPE:
00039 ((RCS_GENERIC_CMD *) buf)->update (cms);
00040 return (1);
00041
00042 default:
00043 return (0);
00044 }
00045 return (0);
00046 }
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001