#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include "samp.h"
Functions | |
Msg | samp_newMsg () |
Create a new Msg object. | |
void | samp_freeMsg (Msg msg) |
Free the given Msg object. | |
void | samp_msgMType (Msg msg, String mtype) |
char * | samp_msgTag () |
void | samp_msgParam (Msg msg, Param param) |
Add a parameter to the Msg. |
SAMPMSG.C -- (Internal) Interface to Message objects.
msg = samp_newMsg () samp_msgMType (Msg msg, String mtype) samp_msgParam (Msg msg, Param param) samp_msgTag () samp_freeMsg (Msg msg)
void samp_freeMsg | ( | Msg | msg | ) |
Free the given Msg object.
SAMP_FREEMSG -- Free the given Msg object
msg | Msg object to free |
Referenced by samp_bibLoad(), samp_cmdExec(), samp_coordPointAtSky(), samp_envGet(), samp_envSet(), samp_imageLoadFITS(), samp_paramGet(), samp_paramSet(), samp_Ping(), samp_resourceLoad(), samp_sendGeneric(), samp_specLoadSSAGeneric(), samp_tableHighlightRow(), samp_tableLoadFITS(), samp_tableLoadVOTable(), and samp_tableSelectRowList().
Add a parameter to the Msg.
SAMP_MSGPARAM -- Add a parameter to the Msg.
msg | handle to Msg object | |
keyw | map keyword | |
param | parameter map |
Referenced by samp_bibLoad(), samp_cmdExec(), samp_coordPointAtSky(), samp_envGet(), samp_envSet(), samp_imageLoadFITS(), samp_paramGet(), samp_paramSet(), samp_Ping(), samp_resourceLoad(), samp_sendGeneric(), samp_specLoadSSAGeneric(), samp_tableHighlightRow(), samp_tableLoadFITS(), samp_tableLoadVOTable(), and samp_tableSelectRowList().
Msg samp_newMsg | ( | void | ) |
Create a new Msg object.
SAMP_NEWMSG -- Create a new Msg object
Referenced by samp_bibLoad(), samp_cmdExec(), samp_coordPointAtSky(), samp_envGet(), samp_envSet(), samp_imageLoadFITS(), samp_paramGet(), samp_paramSet(), samp_Ping(), samp_resourceLoad(), samp_sendGeneric(), samp_specLoadSSAGeneric(), samp_tableHighlightRow(), samp_tableLoadFITS(), samp_tableLoadVOTable(), and samp_tableSelectRowList().