COVISE Core
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Classes | Namespaces | Typedefs | Functions | Variables
message.h File Reference
#include <string.h>
#include <stdio.h>
#include <iostream>
#include <util/coExport.h>
#include <util/byteswap.h>
Include dependency graph for message.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  covise::Message
 

Namespaces

 covise
 list of all chemical elements
 

Typedefs

typedef long covise::data_type
 

Functions

void covise::swap_byte (unsigned int)
 
void covise::swap_bytes (unsigned int *, int)
 
void covise::swap_short_byte (unsigned short)
 
void covise::swap_short_bytes (unsigned short *, int)
 

Variables

const int covise::MSG_NOCOPY = 0
 
const int covise::MSG_COPY = 1