OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
buffer.h File Reference
#include "olog.h"
#include "phash.h"
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for buffer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  olog_buffer
 

Functions

olog_backend olog_backend_buffer (size_t initial_size, int8_t min_log_level, int8_t max_log_level)
 
void olog_backend_buffer_clear (olog_backend *backend)
 

Function Documentation

◆ olog_backend_buffer()

olog_backend olog_backend_buffer ( size_t  initial_size,
int8_t  min_log_level,
int8_t  max_log_level 
)

Definition at line 76 of file buffer.c.

◆ olog_backend_buffer_clear()

void olog_backend_buffer_clear ( olog_backend backend)

Definition at line 95 of file buffer.c.