init_vars.cpp
Go to the documentation of this file.
1 /*********************************************************************
2  * Software License Agreement (Apache 2.0)
3  *
4  * Copyright (c) 2019, The MITRE Corporation.
5  * All rights reserved.
6  *
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  *
11  * https://www.apache.org/licenses/LICENSE-2.0
12  *
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  *
19  * Sections of this project contains content developed by The MITRE Corporation.
20  * If this code is used in a deployment or embedded within another project,
21  * it is requested that you send an email to opensource@mitre.org in order to
22  * let us know where this software is being used.
23  *********************************************************************/
24 
25 #include <gtest/gtest.h>
27 #include "include/init_vars.hpp"
28 
29 
31 
33  freqPair(packet_id_system_state, 50),
34  freqPair(packet_id_raw_sensors, 50)};
35 
38  freqPair(packet_id_system_state, 50),
39  freqPair(packet_id_satellites, 10),
40  freqPair(packet_id_satellites_detailed, 1),
41  freqPair(packet_id_local_magnetics, 50),
42  freqPair(packet_id_utm_position, 50),
43  freqPair(packet_id_ecef_position, 50),
44  freqPair(packet_id_north_seeking_status, 50)};
45 
48  freqPair(packet_id_system_state, 50),
49  freqPair(packet_id_satellites, 10),
50  freqPair(packet_id_satellites_detailed, 1),
51  freqPair(packet_id_local_magnetics, 37),
52  freqPair(packet_id_utm_position, 80),
53  freqPair(packet_id_ecef_position, 46),
54  freqPair(packet_id_north_seeking_status, 12)};
55 
57  freqPair(packet_id_system_state, 0)};
58 
60  freqPair(packet_id_system_state, 1000)};
61 
63  freqPair(packet_id_system_state, 10000)};
64 
66  freqPair(packet_id_system_state, 50),
67  freqPair(packet_id_system_state, 50)};
68 
70  freqPair(packet_id_wind, 50)};
71 
73  freqPair(packet_id_system_state, 50),
74  freqPair(packet_id_system_state, 50),
75  freqPair(packet_id_wind, 50),
76  freqPair(packet_id_wind, 50)};
KVH Geo Fog 3D driver class header.
static kvh::KvhPacketRequest minFrequencyRequest
Definition: init_vars.hpp:41
static kvh::KvhPacketRequest unsupportedDuplicateRequest
Definition: init_vars.hpp:46
static kvh::KvhPacketRequest largeVaryingRatesRequest
Definition: init_vars.hpp:40
static kvh::KvhPacketRequest zeroRequest
Definition: init_vars.hpp:37
static kvh::KvhPacketRequest duplicateRequest
Definition: init_vars.hpp:44
static kvh::KvhPacketRequest unsupportedRequest
Definition: init_vars.hpp:45
static kvh::KvhPacketRequest exceedingMaxFrequencyRequest
Definition: init_vars.hpp:43
static kvh::KvhPacketRequest largeRequest
Definition: init_vars.hpp:39
std::vector< std::pair< packet_id_e, uint16_t > > KvhPacketRequest
static kvh::KvhPacketRequest smallRequest
Definition: init_vars.hpp:38
static kvh::KvhPacketRequest maxFrequencyRequest
Definition: init_vars.hpp:42


kvh_geo_fog_3d_driver
Author(s): Trevor Bostic , Zach LaCelle
autogenerated on Fri Jan 24 2020 03:18:17