OPAL (Object Oriented Parallel Accelerator Library)  2021.1.99
OPAL
Typedefs | Functions
CRC.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef unsigned int CRCTYPE
 

Functions

CRCTYPE crc (void *icp, int icnt)
 

Typedef Documentation

◆ CRCTYPE

typedef unsigned int CRCTYPE

Definition at line 25 of file CRC.h.

Function Documentation

◆ crc()

CRCTYPE crc ( void *  icp,
int  icnt 
)

Definition at line 106 of file CRC.cpp.

Referenced by Communicate::fill_msg_buffer(), and Communicate::unpack_message().