TwiceAsNice  2019-02-18
Variables
parameter.h File Reference
#include "frame_BDC.h"
Include dependency graph for parameter.h:
This graph shows which files directly or indirectly include this file:

Variables

static const char FR_INFO_NAME [] = "frInfo"
 
static const char FR_DATA_NAME [] = "frData"
 
static const long FR_N_SLOTS = 10
 
static const char FR_QUEUE_PREFIX [] = "/fr"
 
static const long FR_QUEUE_SIZE = 10
 
static const char FL_INFO_NAME [] = "flInfo"
 
static const char FL_DATA_NAME [] = "flData"
 
static const long FL_N_SLOTS = 5
 
static const char FL_QUEUE_PREFIX [] = "/fl"
 
static const long FL_QUEUE_SIZE = 5
 
static const char FF_INFO_NAME [] = "ffInfo"
 
static const char FF_DATA_NAME [] = "ffData"
 
static const long FF_N_SLOTS = 4
 
static const int FF_SLOT_SIZE = ( 4*512*512*2*sizeof(uint16_t) + sizeof(frame_BDC_INFO) )/sizeof(uint16_t)
 
static const char FF_QUEUE_PREFIX [] = "/ff"
 
static const long FF_QUEUE_SIZE = 4
 

Variable Documentation

◆ FF_DATA_NAME

const char FF_DATA_NAME[] = "ffData"
static

◆ FF_INFO_NAME

const char FF_INFO_NAME[] = "ffInfo"
static

◆ FF_N_SLOTS

const long FF_N_SLOTS = 4
static

◆ FF_QUEUE_PREFIX

const char FF_QUEUE_PREFIX[] = "/ff"
static

◆ FF_QUEUE_SIZE

const long FF_QUEUE_SIZE = 4
static

◆ FF_SLOT_SIZE

const int FF_SLOT_SIZE = ( 4*512*512*2*sizeof(uint16_t) + sizeof(frame_BDC_INFO) )/sizeof(uint16_t)
static

◆ FL_DATA_NAME

const char FL_DATA_NAME[] = "flData"
static

◆ FL_INFO_NAME

const char FL_INFO_NAME[] = "flInfo"
static

◆ FL_N_SLOTS

const long FL_N_SLOTS = 5
static

◆ FL_QUEUE_PREFIX

const char FL_QUEUE_PREFIX[] = "/fl"
static

◆ FL_QUEUE_SIZE

const long FL_QUEUE_SIZE = 5
static

◆ FR_DATA_NAME

const char FR_DATA_NAME[] = "frData"
static

◆ FR_INFO_NAME

const char FR_INFO_NAME[] = "frInfo"
static

◆ FR_N_SLOTS

const long FR_N_SLOTS = 10
static

◆ FR_QUEUE_PREFIX

const char FR_QUEUE_PREFIX[] = "/fr"
static

◆ FR_QUEUE_SIZE

const long FR_QUEUE_SIZE = 10
static