FreeNOS
lib
libmpi
MPIMessage.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2015 Niek Linnenbank
3
*
4
* This program is free software: you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License as published by
6
* the Free Software Foundation, either version 3 of the License, or
7
* (at your option) any later version.
8
*
9
* This program is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* GNU General Public License for more details.
13
*
14
* You should have received a copy of the GNU General Public License
15
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16
*/
17
18
#ifndef __LIBMPI_MPIMESSAGE_H
19
#define __LIBMPI_MPIMESSAGE_H
20
29
typedef
struct
MPIMessage
30
{
31
union
32
{
33
int
integer
;
34
u8
uchar
;
35
};
36
}
37
MPIMessage
;
38
44
#endif
/* __LIBMPI_MPIMESSAGE_H */
MPIMessage::uchar
u8 uchar
Definition:
MPIMessage.h:34
MPIMessage
Definition:
MPIMessage.h:29
MPIMessage::integer
int integer
Definition:
MPIMessage.h:33
u8
unsigned char u8
Unsigned 8-bit number.
Definition:
Types.h:59
MPIMessage
struct MPIMessage MPIMessage
Generated by
1.8.17