DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: Q T

⟦574002bc4⟧ TextFile

    Length: 2738 (0xab2)
    Types: TextFile
    Names: »Qmgr-chanops.c«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« 
        └─⟦e5a54fb17⟧ 
            └─⟦this⟧ »pp-5.0/Lib/qmgr/Qmgr-chanops.c« 

TextFile

/* automatically generated by rosy 5.0 #19 (sheriff), do not edit! */

#include <stdio.h>
#include "Qmgr-ops.h"
#include "Qmgr-types.h"

extern struct RyError table_QmgrChannel_Errors[];

					/* OPERATIONS */


					/* OPERATION processmessage */
int	encode_Qmgr_ProcMsg (),
	decode_Qmgr_ProcMsg (),
	free_Qmgr_ProcMsg ();
int	encode_Qmgr_DeliveryStatus (),
	decode_Qmgr_DeliveryStatus (),
	free_Qmgr_DeliveryStatus ();

static struct RyError *errors_QmgrChannel_processmessage[] = {
    &table_QmgrChannel_Errors[0],
    &table_QmgrChannel_Errors[4]
};

					/* OPERATION channelInitialise */
int	encode_Qmgr_Channel (),
	decode_Qmgr_Channel (),
	free_Qmgr_Channel ();
int	encode_Qmgr_Pseudo__channelInitialise (),
	decode_Qmgr_Pseudo__channelInitialise (),
	free_Qmgr_Pseudo__channelInitialise ();

static struct RyError *errors_QmgrChannel_channelInitialise[] = {
    &table_QmgrChannel_Errors[0],
    &table_QmgrChannel_Errors[4],
    &table_QmgrChannel_Errors[1]
};


struct RyOperation table_QmgrChannel_Operations[] = {

					/* OPERATION processmessage */
    "processmessage", operation_Qmgr_processmessage,
	encode_Qmgr_processmessage_argument,
 	decode_Qmgr_processmessage_argument,
	free_Qmgr_processmessage_argument,
	1, encode_Qmgr_processmessage_result,
	   decode_Qmgr_processmessage_result,
	   free_Qmgr_processmessage_result,
	errors_QmgrChannel_processmessage,

    "channelInitialise", operation_Qmgr_channelInitialise,
	encode_Qmgr_channelInitialise_argument,
 	decode_Qmgr_channelInitialise_argument,
	free_Qmgr_channelInitialise_argument,
	1, encode_Qmgr_channelInitialise_result,
	   decode_Qmgr_channelInitialise_result,
	   free_Qmgr_channelInitialise_result,
	errors_QmgrChannel_channelInitialise,

    NULL
};


					/* ERRORS */

struct RyError table_QmgrChannel_Errors[] = {
					/* ERROR congested */
    "congested", error_Qmgr_congested,
	encode_Qmgr_congested_parameter,
	decode_Qmgr_congested_parameter,

	free_Qmgr_congested_parameter,
					/* ERROR noSuchChannel */
    "noSuchChannel", error_Qmgr_noSuchChannel,
	encode_Qmgr_noSuchChannel_parameter,
	decode_Qmgr_noSuchChannel_parameter,

	free_Qmgr_noSuchChannel_parameter,
					/* ERROR illegalOperation */
    "illegalOperation", error_Qmgr_illegalOperation,
	encode_Qmgr_illegalOperation_parameter,
	decode_Qmgr_illegalOperation_parameter,

	free_Qmgr_illegalOperation_parameter,
					/* ERROR mtaNotInQueue */
    "mtaNotInQueue", error_Qmgr_mtaNotInQueue,
	encode_Qmgr_mtaNotInQueue_parameter,
	decode_Qmgr_mtaNotInQueue_parameter,

	free_Qmgr_mtaNotInQueue_parameter,
					/* ERROR protocol */
    "protocol", error_Qmgr_protocol,
	encode_Qmgr_protocol_parameter,
	decode_Qmgr_protocol_parameter,

	free_Qmgr_protocol_parameter,
    NULL
};