COVISE Core
Classes | Namespaces | Typedefs | Functions | Variables
message.h File Reference
#include "dataHandle.h"
#include <util/coExport.h>
#include <util/byteswap.h>
#include <string>
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::MessageBase
 
class  covise::Message
 

Namespaces

namespace  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