ATLAS Offline Software
Loading...
Searching...
No Matches
ONCRPCXDRProcs.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef JIVEXML_ONCRPCXDRPROCS_H
6#define JIVEXML_ONCRPCXDRPROCS_H
7
13
15
16namespace JiveXML {
17
21 bool_t xdr_streams( XDR* xdrsp, Streams* streams );
22
26 bool_t xdr_event_req( XDR* xdrsp, EventRequest* eventReq );
27
31 bool_t xdr_event( XDR* xdrsp, Event* event );
32
33}
34#endif
This header is shared inbetween the C-style server thread and the C++ Athena ServerSvc.
bool_t xdr_event_req(XDR *xdrsp, EventRequest *eventReq)
De-/Encoding of EventRequest_t.
struct EventRequest_t EventRequest
Data structures for GetEvent functions.
bool_t xdr_streams(XDR *xdrsp, Streams *streams)
De- and Encoding of Streams_t.
struct Streams_t Streams
Data structures for GetStreams functions.
struct Event_t Event
bool_t xdr_event(XDR *xdrsp, Event *event)
De-/Encoding of Event_t.