NMXP_DATA_PROCESS Struct Reference

Parameter structure for functions that process data. More...

#include <nmxp_data.h>

List of all members.

Public Attributes

int32_t key
 Channel Key.
char network [NMXP_DATA_NETWORK_LENGTH]
 Network code.
char station [NMXP_DATA_STATION_LENGTH]
 Station code.
char channel [NMXP_DATA_CHANNEL_LENGTH]
 Channel code.
int32_t packet_type
 Packet type.
int32_t x0
 First sample. It is significant only if x0n_significant != 0.
int32_t xn
 Last sample. It is significant only if x0n_significant != 0.
int32_t x0n_significant
 Declare if xn significant.
int32_t oldest_seq_no
 Oldest Sequence number.
int32_t seq_no
 Sequence number.
double time
 Time first sample. Epochs.
int * pDataPtr
 Array of samples.
int32_t nSamp
 Number or samples.
int32_t sampRate
 Sample rate.
int timing_quality
 Timing quality for functions send_raw*().

Detailed Description

Parameter structure for functions that process data.


Member Data Documentation

Channel Key.

char NMXP_DATA_PROCESS::network[NMXP_DATA_NETWORK_LENGTH]

Network code.

char NMXP_DATA_PROCESS::station[NMXP_DATA_STATION_LENGTH]

Station code.

char NMXP_DATA_PROCESS::channel[NMXP_DATA_CHANNEL_LENGTH]

Channel code.

Packet type.

First sample. It is significant only if x0n_significant != 0.

Last sample. It is significant only if x0n_significant != 0.

Declare if xn significant.

Oldest Sequence number.

Sequence number.

Time first sample. Epochs.

Array of samples.

Number or samples.

Sample rate.

Timing quality for functions send_raw*().


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

Generated on Tue Dec 22 15:19:16 2009 for libnmxp by  doxygen 1.6.1