C++ TargetRTS
Loading...
Searching...
No Matches
extension
rsa_rt
C++
TargetRTS
src
include
RTMessageBlock.h
1
/*
2
* Licensed Materials - Property of HCL and/or IBM
3
* Copyright HCL Technologies Ltd. 2016, 2021. All Rights Reserved.
4
* Copyright IBM Corporation 1999, 2016. All Rights Reserved.
5
*
6
* U.S. Government Users Restricted Rights - Use, duplication or
7
* disclosure restricted by GSA ADP Schedule.
8
*/
9
10
#ifndef __RTMessageBlock_h__
11
#define __RTMessageBlock_h__ included
12
13
#ifdef PRAGMA
14
#pragma interface
15
#endif
16
17
#ifndef __RTMessage_h__
18
#include <RTMessage.h>
19
#endif
20
21
struct
RTMessageBlock
22
{
23
enum
{ Size = RTMESSAGE_BLOCK_SIZE };
24
25
RTMessageBlock
* next;
26
RTMessage
messages[ Size ];
27
};
28
29
#endif
// __RTMessageBlock_h__
RTMessage
Represents a message used for communication between capsule instances.
Definition:
RTMessage.h:33
RTMessageBlock
Definition:
RTMessageBlock.h:22
Generated by
1.9.6