Jpp test-rotations-new
the software that should make you happy
Loading...
Searching...
No Matches
JDATABASE::PBS Namespace Reference

Namespace for predefined PBS values. More...

Variables

static const JPBS_t DETECTOR (0)
 PBS of detector
 
static const JPBS_t DETECTION_UNIT (3)
 PBS of detection unit
 
static const JPBS_t BASE (3, 2)
 PBS of detection unit base
 
static const JPBS_t BASE_CONTAINER (3, 2, 2)
 PBS of detection unit base container
 
static const JPBS_t DOM (3, 4)
 PBS of optical module
 
static const JPBS_t PMT (3, 4, 2, 3)
 PBS of photo-multiplier tube (PMT)
 
static const JPBS_t CLB (3, 4, 3, 2)
 PBS of central-logic board
 
static const JPBS_t T_SENSOR (3, 4, 3, 2, 1, 1)
 PBS of temperature sensor
 
static const JPBS_t H_SENSOR (3, 4, 3, 2, 1, 2)
 PBS of magnetic field sensor
 
static const JPBS_t FPGA (3, 4, 3, 2, 2)
 PBS of FPGA
 
static const JPBS_t POWER_BOARD (3, 4, 3, 5)
 PBS of power board
 
static const JPBS_t NANO_BEACON (3, 4, 3, 7)
 PBS of nano-beacon
 
static const JPBS_t AHRS (3, 4, 3, 4)
 PBS of compass
 
static const JPBS_t ACOUSTIC_SENSOR (3, 4, 3, 6, 2)
 PBS of piezo sensor
 
static const JPBS_t HYDROPHONE (4, 5)
 PBS of hydrophone
 
static const JPBSSequences DETECTION_UNIT_SEQUENCES
 PBS sequences for detection unit.
 
static const JPBSSequences DOM_SEQUENCES
 PBS sequences for optical module.
 
static const JPBSSequences BASE_SEQUENCES
 PBS sequences for base module.
 
static const JPBSSequences CLB_SEQUENCES
 PBS sequences for central-logic board.
 
static const JPBSSequences PMT_SEQUENCES
 PBS sequences for PMT.
 
static const JPBSSequences AHRS_SEQUENCES
 PBS sequences for AHRS.
 
static const JPBSSequences ACOUSTIC_SENSOR_SEQUENCES
 PBS sequences for acoustic sensor.
 
static const JPBSSequences HYDROPHONE_SEQUENCES
 PBS sequences for hydrophone.
 

Detailed Description

Namespace for predefined PBS values.

Name space to encapsulate PBS values.

Variable Documentation

◆ DETECTOR

const JPBS_t JDATABASE::PBS::DETECTOR(0) ( 0 )
static

PBS of detector

◆ DETECTION_UNIT

const JPBS_t JDATABASE::PBS::DETECTION_UNIT(3) ( 3 )
static

PBS of detection unit

◆ BASE

const JPBS_t JDATABASE::PBS::BASE(3, 2) ( 3 ,
2  )
static

PBS of detection unit base

◆ BASE_CONTAINER

const JPBS_t JDATABASE::PBS::BASE_CONTAINER(3, 2, 2) ( 3 ,
2 ,
2  )
static

PBS of detection unit base container

◆ DOM

const JPBS_t JDATABASE::PBS::DOM(3, 4) ( 3 ,
4  )
static

PBS of optical module

◆ PMT

const JPBS_t JDATABASE::PBS::PMT(3, 4, 2, 3) ( 3 ,
4 ,
2 ,
3  )
static

PBS of photo-multiplier tube (PMT)

◆ CLB

const JPBS_t JDATABASE::PBS::CLB(3, 4, 3, 2) ( 3 ,
4 ,
3 ,
2  )
static

PBS of central-logic board

◆ T_SENSOR

const JPBS_t JDATABASE::PBS::T_SENSOR(3, 4, 3, 2, 1, 1) ( 3 ,
4 ,
3 ,
2 ,
1 ,
1  )
static

PBS of temperature sensor

◆ H_SENSOR

const JPBS_t JDATABASE::PBS::H_SENSOR(3, 4, 3, 2, 1, 2) ( 3 ,
4 ,
3 ,
2 ,
1 ,
2  )
static

PBS of magnetic field sensor

◆ FPGA

const JPBS_t JDATABASE::PBS::FPGA(3, 4, 3, 2, 2) ( 3 ,
4 ,
3 ,
2 ,
2  )
static

PBS of FPGA

◆ POWER_BOARD

const JPBS_t JDATABASE::PBS::POWER_BOARD(3, 4, 3, 5) ( 3 ,
4 ,
3 ,
5  )
static

PBS of power board

◆ NANO_BEACON

const JPBS_t JDATABASE::PBS::NANO_BEACON(3, 4, 3, 7) ( 3 ,
4 ,
3 ,
7  )
static

PBS of nano-beacon

◆ AHRS

const JPBS_t JDATABASE::PBS::AHRS(3, 4, 3, 4) ( 3 ,
4 ,
3 ,
4  )
static

PBS of compass

◆ ACOUSTIC_SENSOR

const JPBS_t JDATABASE::PBS::ACOUSTIC_SENSOR(3, 4, 3, 6, 2) ( 3 ,
4 ,
3 ,
6 ,
2  )
static

PBS of piezo sensor

◆ HYDROPHONE

const JPBS_t JDATABASE::PBS::HYDROPHONE(4, 5) ( 4 ,
5  )
static

PBS of hydrophone

◆ DETECTION_UNIT_SEQUENCES

const JPBSSequences JDATABASE::PBS::DETECTION_UNIT_SEQUENCES
static
Initial value:
= {
{ PBS::DETECTION_UNIT, PBS::DETECTOR }
}

PBS sequences for detection unit.

Definition at line 166 of file JPBSSequence.hh.

166 {
167 { PBS::DETECTION_UNIT, PBS::DETECTOR }
168 };

◆ DOM_SEQUENCES

const JPBSSequences JDATABASE::PBS::DOM_SEQUENCES
static
Initial value:
= {
PBS::DOM + PBS::DETECTION_UNIT_SEQUENCES
}

PBS sequences for optical module.

Definition at line 173 of file JPBSSequence.hh.

173 {
174 PBS::DOM + PBS::DETECTION_UNIT_SEQUENCES
175 };

◆ BASE_SEQUENCES

const JPBSSequences JDATABASE::PBS::BASE_SEQUENCES
static
Initial value:
= {
PBS::BASE + PBS::DETECTION_UNIT_SEQUENCES,
PBS::BASE_CONTAINER + PBS::DETECTION_UNIT_SEQUENCES
}

PBS sequences for base module.

Definition at line 180 of file JPBSSequence.hh.

180 {
181 PBS::BASE + PBS::DETECTION_UNIT_SEQUENCES,
182 PBS::BASE_CONTAINER + PBS::DETECTION_UNIT_SEQUENCES
183 };

◆ CLB_SEQUENCES

const JPBSSequences JDATABASE::PBS::CLB_SEQUENCES
static
Initial value:
= {
PBS::CLB + PBS::DOM_SEQUENCES,
PBS::CLB + PBS::BASE_SEQUENCES
}

PBS sequences for central-logic board.

Definition at line 188 of file JPBSSequence.hh.

188 {
189 PBS::CLB + PBS::DOM_SEQUENCES,
190 PBS::CLB + PBS::BASE_SEQUENCES
191 };

◆ PMT_SEQUENCES

const JPBSSequences JDATABASE::PBS::PMT_SEQUENCES
static
Initial value:
= {
PBS::PMT + PBS::DOM_SEQUENCES
}

PBS sequences for PMT.

Definition at line 196 of file JPBSSequence.hh.

196 {
197 PBS::PMT + PBS::DOM_SEQUENCES
198 };

◆ AHRS_SEQUENCES

const JPBSSequences JDATABASE::PBS::AHRS_SEQUENCES
static
Initial value:
= {
PBS::AHRS + PBS::CLB_SEQUENCES
}

PBS sequences for AHRS.

Definition at line 203 of file JPBSSequence.hh.

203 {
204 PBS::AHRS + PBS::CLB_SEQUENCES
205 };

◆ ACOUSTIC_SENSOR_SEQUENCES

const JPBSSequences JDATABASE::PBS::ACOUSTIC_SENSOR_SEQUENCES
static
Initial value:
= {
PBS::ACOUSTIC_SENSOR + PBS::DOM_SEQUENCES
}

PBS sequences for acoustic sensor.

Definition at line 210 of file JPBSSequence.hh.

210 {
211 PBS::ACOUSTIC_SENSOR + PBS::DOM_SEQUENCES
212 };

◆ HYDROPHONE_SEQUENCES

const JPBSSequences JDATABASE::PBS::HYDROPHONE_SEQUENCES
static
Initial value:
= {
PBS::HYDROPHONE + PBS::DETECTION_UNIT_SEQUENCES
}

PBS sequences for hydrophone.

Definition at line 217 of file JPBSSequence.hh.

217 {
218 PBS::HYDROPHONE + PBS::DETECTION_UNIT_SEQUENCES
219 };