RocketLogger  1.0
web_shm Struct Reference

#include <web.h>

+ Collaboration diagram for web_shm:

Data Fields

int64_t time
 Time stamp of most recent datum (in UNIX time, UTC) More...
 
uint32_t num_channels
 Number of channels sampled. More...
 
struct ringbuffer buffer [WEB_RING_BUFFER_COUNT]
 Array of ring buffers for different time scales. More...
 

Detailed Description

Shared memory struct for data exchange to web server

Definition at line 64 of file web.h.

Field Documentation

struct ringbuffer web_shm::buffer[WEB_RING_BUFFER_COUNT]

Array of ring buffers for different time scales.

Definition at line 70 of file web.h.

Referenced by handle_data_buffer(), print_data(), and pru_sample().

uint32_t web_shm::num_channels

Number of channels sampled.

Definition at line 68 of file web.h.

Referenced by handle_data_buffer(), main(), and pru_sample().

int64_t web_shm::time

Time stamp of most recent datum (in UNIX time, UTC)

Definition at line 66 of file web.h.

Referenced by handle_data_buffer(), and main().


The documentation for this struct was generated from the following file: