RocketLogger  1.1.4
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 95 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 101 of file web.h.

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

uint32_t web_shm::num_channels

Number of channels sampled.

Definition at line 99 of file web.h.

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

int64_t web_shm::time

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

Definition at line 97 of file web.h.

Referenced by main(), and web_handle_data().


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