CPN
Computational Process Networks
Main Page
Namespaces
Classes
Files
File List
File Members
include
cpn
remote_context
RCTXMT.h
Go to the documentation of this file.
1
//=============================================================================
2
// Computational Process Networks class library
3
// Copyright (C) 1997-2006 Gregory E. Allen and The University of Texas
4
//
5
// This library is free software; you can redistribute it and/or modify it
6
// under the terms of the GNU Library General Public License as published
7
// by the Free Software Foundation; either version 2 of the License, or
8
// (at your option) any later version.
9
//
10
// This library is distributed in the hope that it will be useful,
11
// but WITHOUT ANY WARRANTY; without even the implied warranty of
12
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13
// Library General Public License for more details.
14
//
15
// The GNU Public License is available in the file LICENSE, or you
16
// can write to the Free Software Foundation, Inc., 59 Temple Place -
17
// Suite 330, Boston, MA 02111-1307, USA, or you can find it on the
18
// World Wide Web at http://www.fsf.org.
19
//=============================================================================
23
#ifndef CPN_RCTXMT_H
24
#define CPN_RCTXMT_H
25
#pragma once
26
#include <
cpn/common.h
>
27
28
namespace
CPN {
33
enum
RCTXMT_t
{
38
RCTXMT_SETUP_KERNEL
,
39
RCTXMT_GET_KERNEL_INFO
,
40
RCTXMT_SIGNAL_KERNEL_START
,
41
RCTXMT_SIGNAL_KERNEL_END
,
48
RCTXMT_CREATE_WRITER
,
49
RCTXMT_CREATE_READER
,
50
RCTXMT_CREATE_QUEUE
,
51
RCTXMT_CREATE_NODE
,
58
RCTXMT_CREATE_NODE_KEY
,
59
RCTXMT_SIGNAL_NODE_START
,
60
RCTXMT_SIGNAL_NODE_END
,
61
RCTXMT_GET_NODE_INFO
,
62
RCTXMT_GET_NUM_NODE_LIVE
,
69
RCTXMT_GET_CREATE_READER_KEY
,
70
RCTXMT_GET_READER_INFO
,
71
RCTXMT_GET_CREATE_WRITER_KEY
,
72
RCTXMT_GET_WRITER_INFO
,
73
RCTXMT_CONNECT_ENDPOINTS
,
74
RCTXMT_GET_READERS_WRITER
,
75
RCTXMT_GET_WRITERS_READER
,
84
RCTXMT_TERMINATE
,
85
RCTXMT_LOG
87
};
88
}
89
#endif
CPN::RCTXMT_t
RCTXMT_t
RCTXMT Remote Context Message Type These are the message types that the remote context uses to send i...
Definition:
RCTXMT.h:33
CPN::RCTXMT_SIGNAL_KERNEL_START
Definition:
RCTXMT.h:40
CPN::RCTXMT_TERMINATE
Definition:
RCTXMT.h:84
CPN::RCTXMT_GET_CREATE_READER_KEY
Definition:
RCTXMT.h:69
CPN::RCTXMT_GET_NODE_INFO
Definition:
RCTXMT.h:61
CPN::RCTXMT_GET_READERS_WRITER
Definition:
RCTXMT.h:74
CPN::RCTXMT_CREATE_NODE
Definition:
RCTXMT.h:51
CPN::RCTXMT_GET_KERNEL_INFO
Definition:
RCTXMT.h:39
CPN::RCTXMT_SIGNAL_KERNEL_END
Definition:
RCTXMT.h:41
CPN::RCTXMT_CONNECT_ENDPOINTS
Definition:
RCTXMT.h:73
CPN::RCTXMT_CREATE_READER
Definition:
RCTXMT.h:49
CPN::RCTXMT_GET_WRITERS_READER
Definition:
RCTXMT.h:75
CPN::RCTXMT_CREATE_WRITER
Definition:
RCTXMT.h:48
CPN::RCTXMT_GET_CREATE_WRITER_KEY
Definition:
RCTXMT.h:71
CPN::RCTXMT_SETUP_KERNEL
Definition:
RCTXMT.h:38
CPN::RCTXMT_GET_READER_INFO
Definition:
RCTXMT.h:70
common.h
CPN::RCTXMT_GET_WRITER_INFO
Definition:
RCTXMT.h:72
CPN::RCTXMT_LOG
Definition:
RCTXMT.h:85
CPN::RCTXMT_CREATE_QUEUE
Definition:
RCTXMT.h:50
CPN::RCTXMT_SIGNAL_NODE_START
Definition:
RCTXMT.h:59
CPN::RCTXMT_SIGNAL_NODE_END
Definition:
RCTXMT.h:60
CPN::RCTXMT_CREATE_NODE_KEY
Definition:
RCTXMT.h:58
CPN::RCTXMT_GET_NUM_NODE_LIVE
Definition:
RCTXMT.h:62
Generated by
1.8.5