PPM-DU analysis  2.3
conversion and analysis of the PPM-DU data
 All Classes Files Functions Variables Pages
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
hit Class Reference

used to read raw data More...

#include <rawReader.h>

Public Member Functions

 hit (uint8_t *data)
 
uint16_t Channel ()
 
uint16_t Type ()
 
uint32_t TimeStamp ()
 
uint16_t Pattern ()
 
void HexDump ()
 
void Dump ()
 

Public Attributes

uint8_t * data
 

Static Public Attributes

static const size_t SIZE_BYTES = 6u
 

Detailed Description

used to read raw data

It is just equivalent to a signal

Note
ask Shebli!
Author
Shebli (adapted by creusot)
Version
1.4
Date
Tue Jun 17 2014

Contact: creus.nosp@m.ot@a.nosp@m.pc.un.nosp@m.iv-p.nosp@m.aris7.nosp@m..fr

Created on: Wed Feb 27 2013

Definition at line 68 of file rawReader.h.

Constructor & Destructor Documentation

hit::hit ( uint8_t *  data)
inline

Definition at line 74 of file rawReader.h.

Member Function Documentation

uint16_t hit::Channel ( )

Definition at line 20 of file rawReader.cc.

void hit::Dump ( )

Definition at line 67 of file rawReader.cc.

void hit::HexDump ( )

Definition at line 57 of file rawReader.cc.

uint16_t hit::Pattern ( )

Definition at line 48 of file rawReader.cc.

uint32_t hit::TimeStamp ( )

Definition at line 39 of file rawReader.cc.

uint16_t hit::Type ( )

Definition at line 30 of file rawReader.cc.

Member Data Documentation

uint8_t* hit::data

Definition at line 81 of file rawReader.h.

const size_t hit::SIZE_BYTES = 6u
static

Definition at line 71 of file rawReader.h.


The documentation for this class was generated from the following files: