#include "midasio.h"
#include <stdio.h>
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <signal.h>
#include <ctime>
#include <string>
#include <zlib.h>
#include "mlz4frame.h"
Go to the source code of this file.
◆ Align8()
  
  | 
        
          | static size_t Align8 | ( | size_t | size | ) |  |  | static | 
 
 
◆ Errno()
  
  | 
        
          | static std::string Errno | ( | const char * | s | ) |  |  | static | 
 
 
◆ FindFirstBank()
  
  | 
        
          | static size_t FindFirstBank | ( | TMEvent * | e | ) |  |  | static | 
 
 
◆ FindNextBank()
  
  | 
        
          | static size_t FindNextBank | ( | TMEvent * | e, |  
          |  |  | size_t | pos, |  
          |  |  | TMBank ** | pb |  
          |  | ) |  |  |  | static | 
 
 
◆ GetU16()
  
  | 
        
          | static uint16_t GetU16 | ( | const void * | ptr | ) |  |  | static | 
 
 
◆ GetU32()
  
  | 
        
          | static uint32_t GetU32 | ( | const void * | ptr | ) |  |  | static | 
 
 
◆ hasSuffix()
  
  | 
        
          | static int hasSuffix | ( | const char * | name, |  
          |  |  | const char * | suffix |  
          |  | ) |  |  |  | static | 
 
 
◆ Lz4Error()
  
  | 
        
          | static std::string Lz4Error | ( | int | errorCode | ) |  |  | static | 
 
 
◆ PutU16()
  
  | 
        
          | static void PutU16 | ( | char * | ptr, |  
          |  |  | uint16_t | v |  
          |  | ) |  |  |  | static | 
 
 
◆ PutU32()
  
  | 
        
          | static void PutU32 | ( | char * | ptr, |  
          |  |  | uint32_t | v |  
          |  | ) |  |  |  | static | 
 
 
◆ ReadPipe()
  
  | 
        
          | static int ReadPipe | ( | FILE * | fp, |  
          |  |  | char * | buf, |  
          |  |  | int | length |  
          |  | ) |  |  |  | static | 
 
 
◆ TMNewReader()
◆ TMNewWriter()
◆ TMReadEvent()
◆ TMWriteEvent()
◆ to_string()
  
  | 
        
          | static std::string to_string | ( | int | v | ) |  |  | static |