repo_name stringclasses 10
values | file_path stringlengths 29 222 | content stringlengths 24 926k | extention stringclasses 5
values |
|---|---|---|---|
fprime | data/projects/fprime/Svc/BufferLogger/test/ut/Health.hpp | // ======================================================================
// \title Health.hpp
// \author bocchino
// \brief Interface for BufferLogger health tests
//
// \copyright
// Copyright (C) 2017 California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sponsorship
// acknowledged.... | hpp |
fprime | data/projects/fprime/Svc/BufferLogger/test/ut/BufferLoggerTester.hpp | // ======================================================================
// \title BufferLogger/test/ut/Tester.hpp
// \author bocchino, mereweth
// \brief hpp file for BufferLogger test harness implementation class
//
// \copyright
// Copyright 2009-2015, by the California Institute of Technology.
// ALL RIGHTS RESE... | hpp |
fprime | data/projects/fprime/Svc/BufferLogger/test/ut/BufferLoggerTester.cpp | // ======================================================================
// \title BufferLogger.hpp
// \author bocchino, mereweth
// \brief cpp file for BufferLogger test harness implementation class
//
// \copyright
// Copyright 2009-2015, by the California Institute of Technology.
// ALL RIGHTS RESERVED. United S... | cpp |
fprime | data/projects/fprime/Svc/Framer/Framer.hpp | // ======================================================================
// \title Framer.hpp
// \author mstarch, bocchino
// \brief hpp file for Framer component implementation class
//
// \copyright
// Copyright 2009-2022, by the California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government... | hpp |
fprime | data/projects/fprime/Svc/Framer/Framer.cpp | // ======================================================================
// \title Framer.cpp
// \author mstarch
// \brief cpp file for Framer component implementation class
//
// \copyright
// Copyright 2009-2022, by the California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sponsorsh... | cpp |
fprime | data/projects/fprime/Svc/Framer/test/ut/FramerTestMain.cpp | // ----------------------------------------------------------------------
// TestMain.cpp
// ----------------------------------------------------------------------
#include "Fw/Test/UnitTest.hpp"
#include "Os/Log.hpp"
#include "FramerTester.hpp"
// Enable the console logging provided by Os::Log
Os::Log logger;
TEST(... | cpp |
fprime | data/projects/fprime/Svc/Framer/test/ut/FramerTester.cpp | // ======================================================================
// \title Framer.hpp
// \author mstarch, bocchino
// \brief cpp file for Framer test harness implementation class
//
// \copyright
// Copyright 2009-2022, by the California Institute of Technology.
// ALL RIGHTS RESERVED. United States Governm... | cpp |
fprime | data/projects/fprime/Svc/Framer/test/ut/FramerTester.hpp | // ======================================================================
// \title Framer/test/ut/Tester.hpp
// \author mstarch, bocchino
// \brief hpp file for Framer test harness implementation class
//
// \copyright
// Copyright 2009-2022, by the California Institute of Technology.
// ALL RIGHTS RESERVED. United... | hpp |
fprime | data/projects/fprime/Svc/PosixTime/PosixTime.hpp | /*
* TestTelemRecvImpl.hpp
*
* Created on: Mar 28, 2014
* Author: tcanham
*/
#ifndef POSIX_TIME_HPP_
#define POSIX_TIME_HPP_
#include <Svc/PosixTime/PosixTimeComponentAc.hpp>
namespace Svc {
class PosixTime: public PosixTimeComponentBase {
public:
explicit PosixTime(const char* compName);
... | hpp |
fprime | data/projects/fprime/Svc/PosixTime/PosixTime.cpp | /*
* TestCommand1Impl.cpp
*
* Created on: Mar 28, 2014
* Author: tcanham
*/
#include <Svc/PosixTime/PosixTime.hpp>
#include <Fw/Time/Time.hpp>
#include <ctime>
namespace Svc {
PosixTime::PosixTime(const char* name) : PosixTimeComponentBase(name)
{
}
PosixTime::~PosixTime() {
}
vo... | cpp |
fprime | data/projects/fprime/Svc/PosixTime/test/ut/PosixTimeTester.hpp | // ----------------------------------------------------------------------
// PosixTimeTester.hpp
// ----------------------------------------------------------------------
#ifndef POSIX_TIME_TESTER_HPP
#define POSIX_TIME_TESTER_HPP
#include "Svc/PosixTime/PosixTime.hpp"
#include "PosixTimeGTestBase.hpp"
namespace Svc... | hpp |
fprime | data/projects/fprime/Svc/PosixTime/test/ut/PosixTimeMain.cpp | // ----------------------------------------------------------------------
// Main.cpp
// ----------------------------------------------------------------------
#include "PosixTimeTester.hpp"
TEST(Test, GetTime) {
Svc::PosixTimeTester tester("Tester");
tester.getTime();
}
int main(int argc, char **argv) {
::te... | cpp |
fprime | data/projects/fprime/Svc/PosixTime/test/ut/PosixTimeTester.cpp | // ----------------------------------------------------------------------
// PosixTime/test/ut/Tester.cpp
// ----------------------------------------------------------------------
#include <cstdio>
#include <strings.h>
#include "PosixTimeTester.hpp"
#define INSTANCE 0
namespace Svc {
// -------------------------... | cpp |
fprime | data/projects/fprime/Svc/GroundInterface/GroundInterface.cpp | // ======================================================================
// \title GroundInterface.cpp
// \author lestarch
// \brief cpp file for GroundInterface component implementation class
// ======================================================================
#include <Fw/Com/ComPacket.hpp>
#include <Svc/Gro... | cpp |
fprime | data/projects/fprime/Svc/GroundInterface/GroundInterface.hpp | // ======================================================================
// \title GroundInterfaceImpl.hpp
// \author lestarch
// \brief hpp file for GroundInterface component implementation class
// ======================================================================
#include <Fw/Types/Serializable.hpp>
#include ... | hpp |
fprime | data/projects/fprime/Svc/GroundInterface/test/ut/GroundInterfaceTestMain.cpp | // ----------------------------------------------------------------------
// TestMain.cpp
// ----------------------------------------------------------------------
#include "GroundInterfaceTester.hpp"
#include <gtest/gtest.h>
#include <Svc/GroundInterface/test/ut/GroundInterfaceRules.hpp>
#include <STest/Scenario/Scen... | cpp |
fprime | data/projects/fprime/Svc/GroundInterface/test/ut/GroundInterfaceTester.hpp | // ======================================================================
// \title GroundInterface/test/ut/Tester.hpp
// \author mstarch
// \brief hpp file for GroundInterface test harness implementation class
//
// \copyright
// Copyright 2009-2015, by the California Institute of Technology.
// ALL RIGHTS RESERVED.... | hpp |
fprime | data/projects/fprime/Svc/GroundInterface/test/ut/GroundInterfaceRules.hpp | /**
* GroundInterfaceRules.hpp:
*
* This file specifies Rule classes for testing of the Svc::GroundInterface. These rules can then be used by the main
* testing program to test the code. These rules support rule-based random testing.
*
* GroundInterface rules:
*
* 1. On read-callback of sufficient parts, an upl... | hpp |
fprime | data/projects/fprime/Svc/GroundInterface/test/ut/DeframerRules.hpp | /**
* GroundInterfaceRules.hpp:
*
* This file specifies Rule classes for testing of the Svc::GroundInterface. These rules can then be used by the main
* testing program to test the code. These rules support rule-based random testing.
*
* GroundInterface rules:
*
* 1. On read-callback of sufficient parts, an upl... | hpp |
fprime | data/projects/fprime/Svc/GroundInterface/test/ut/GroundInterfaceRules.cpp | /**
* GroundInterfaceRules.cpp:
*
* This file specifies Rule classes for testing of the Svc::GroundInterface. These rules can then be used by the main
* testing program to test the code.
*
*
* @author mstarch
*/
#include "GroundInterfaceRules.hpp"
#include <STest/Pick/Pick.hpp>
namespace Svc {
// Construct... | cpp |
fprime | data/projects/fprime/Svc/GroundInterface/test/ut/GroundInterfaceTester.cpp | // ======================================================================
// \title GroundInterface.hpp
// \author mstarch
// \brief cpp file for GroundInterface test harness implementation class
//
// \copyright
// Copyright 2009-2015, by the California Institute of Technology.
// ALL RIGHTS RESERVED. United States... | cpp |
fprime | data/projects/fprime/Svc/ActiveLogger/ActiveLoggerImpl.hpp | /*
* ActiveLoggerImpl.hpp
*
* Created on: Mar 28, 2014
* Author: tcanham
*/
#ifndef ACTIVELOGGERIMPL_HPP_
#define ACTIVELOGGERIMPL_HPP_
#include <Svc/ActiveLogger/ActiveLoggerComponentAc.hpp>
#include <Fw/Log/LogPacket.hpp>
#include <ActiveLoggerImplCfg.hpp>
namespace Svc {
class ActiveLoggerImpl: pu... | hpp |
fprime | data/projects/fprime/Svc/ActiveLogger/ActiveLogger.hpp | // ======================================================================
// ActiveLogger.hpp
// Standardization header for ActiveLogger
// ======================================================================
#ifndef Svc_ActiveLogger_HPP
#define Svc_ActiveLogger_HPP
#include "Svc/ActiveLogger/ActiveLoggerImpl.hpp"
... | hpp |
fprime | data/projects/fprime/Svc/ActiveLogger/ActiveLoggerImpl.cpp | /*
* TestCommand1Impl.cpp
*
* Created on: Mar 28, 2014
* Author: tcanham
*/
#include <cstdio>
#include <Svc/ActiveLogger/ActiveLoggerImpl.hpp>
#include <Fw/Types/Assert.hpp>
#include <Os/File.hpp>
namespace Svc {
typedef ActiveLogger_Enabled Enabled;
typedef ActiveLogger_FilterSeverity FilterSeve... | cpp |
fprime | data/projects/fprime/Svc/ActiveLogger/test/ut/ActiveLoggerTester.cpp | /*
* PrmDbTester.cpp
*
* Created on: Mar 18, 2015
* Author: tcanham
*/
#include <Svc/ActiveLogger/test/ut/ActiveLoggerImplTester.hpp>
#include <Svc/ActiveLogger/ActiveLoggerImpl.hpp>
#include <Fw/Obj/SimpleObjRegistry.hpp>
#include <Fw/Test/UnitTest.hpp>
#include <gtest/gtest.h>
#if FW_OBJECT_REGISTRATION... | cpp |
fprime | data/projects/fprime/Svc/ActiveLogger/test/ut/ActiveLoggerImplTester.cpp | /*
* ActiveLoggerImplTester.cpp
*
* Created on: Mar 18, 2015
* Author: tcanham
*/
#include <Svc/ActiveLogger/test/ut/ActiveLoggerImplTester.hpp>
#include <Fw/Com/ComBuffer.hpp>
#include <Fw/Com/ComPacket.hpp>
#include <Os/IntervalTimer.hpp>
#include <gtest/gtest.h>
#include <Fw/Test/UnitTest.hpp>
#include ... | cpp |
fprime | data/projects/fprime/Svc/ActiveLogger/test/ut/ActiveLoggerImplTester.hpp | /*
* ActiveLoggerImplTester.hpp
*
* Created on: Mar 18, 2015
* Author: tcanham
*/
#ifndef ACTIVELOGGER_TEST_UT_ACTIVELOGGERIMPLTESTER_HPP_
#define ACTIVELOGGER_TEST_UT_ACTIVELOGGERIMPLTESTER_HPP_
#include <ActiveLoggerGTestBase.hpp>
#include <Svc/ActiveLogger/ActiveLoggerImpl.hpp>
#include <Os/File.hpp>
n... | hpp |
fprime | data/projects/fprime/Svc/FileUplink/Warnings.cpp | // ======================================================================
// \title Warnings.cpp
// \author bocchino
// \brief cpp file for FileUplink::Warnings
//
// \copyright
// Copyright 2009-2016, by the California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sponsorship
// acknowle... | cpp |
fprime | data/projects/fprime/Svc/FileUplink/File.cpp | // ======================================================================
// \title File.cpp
// \author bocchino
// \brief cpp file for FileUplink::File
//
// \copyright
// Copyright 2009-2016, by the California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sponsorship
// acknowledged.
//... | cpp |
fprime | data/projects/fprime/Svc/FileUplink/FileUplink.cpp | // ======================================================================
// \title FileUplink.cpp
// \author bocchino
// \brief cpp file for FileUplink component implementation class
//
// \copyright
// Copyright 2009-2016, by the California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government ... | cpp |
fprime | data/projects/fprime/Svc/FileUplink/FileUplink.hpp | // ======================================================================
// \title FileUplink.hpp
// \author bocchino
// \brief hpp file for FileUplink component implementation class
//
// \copyright
// Copyright 2009-2016, by the California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government ... | hpp |
fprime | data/projects/fprime/Svc/FileUplink/test/ut/FileUplinkTester.cpp | // ======================================================================
// \title FileUplink.hpp
// \author bocchino
// \brief cpp file for FileUplink test harness implementation class
//
// \copyright
// Copyright 2009-2016, by the California Institute of Technology.
// ALL RIGHTS RESERVED. United States Governme... | cpp |
fprime | data/projects/fprime/Svc/FileUplink/test/ut/FileUplinkTester.hpp | // ======================================================================
// \title FileUplink/test/ut/Tester.hpp
// \author bocchino
// \brief hpp file for FileUplink test harness implementation class
//
// \copyright
// Copyright 2009-2016, by the California Institute of Technology.
// ALL RIGHTS RESERVED. United ... | hpp |
fprime | data/projects/fprime/Svc/FileUplink/test/ut/FileUplinkMain.cpp | // ----------------------------------------------------------------------
// Main.cpp
// ----------------------------------------------------------------------
#include "FileUplinkTester.hpp"
TEST(FileUplink, SendFile) {
Svc::FileUplinkTester tester;
tester.sendFile();
}
TEST(FileUplink, BadChecksum) {
Svc::F... | cpp |
fprime | data/projects/fprime/Svc/FramingProtocol/DeframingProtocol.cpp | // ======================================================================
// \title DeframingProtocol.cpp
// \author mstarch
// \brief cpp file for DeframingProtocol class
//
// \copyright
// Copyright 2009-2021, by the California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sponsorship
... | cpp |
fprime | data/projects/fprime/Svc/FramingProtocol/FramingProtocol.hpp | // ======================================================================
// \title FramingProtocol.hpp
// \author mstarch
// \brief hpp file for FramingProtocol class
//
// \copyright
// Copyright 2009-2022, by the California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sponsorship
// a... | hpp |
fprime | data/projects/fprime/Svc/FramingProtocol/FprimeProtocol.cpp | // ======================================================================
// \title FprimeProtocol.cpp
// \author mstarch
// \brief cpp file for FprimeProtocol class
//
// \copyright
// Copyright 2009-2022, by the California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sponsorship
// ack... | cpp |
fprime | data/projects/fprime/Svc/FramingProtocol/DeframingProtocolInterface.hpp | // ======================================================================
// \title DeframingProtocolInterface.hpp
// \author mstarch
// \brief hpp file for deframing protocol interface
//
// \copyright
// Copyright 2009-2021, by the California Institute of Technology.
// ALL RIGHTS RESERVED. United States Governmen... | hpp |
fprime | data/projects/fprime/Svc/FramingProtocol/FramingProtocol.cpp | // ======================================================================
// \title FramingProtocol.cpp
// \author mstarch
// \brief cpp file for FramingProtocol class
//
// \copyright
// Copyright 2009-2021, by the California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sponsorship
// a... | cpp |
fprime | data/projects/fprime/Svc/FramingProtocol/FprimeProtocol.hpp | // ======================================================================
// \title FprimeProtocol.hpp
// \author mstarch
// \brief hpp file for FprimeProtocol class
//
// \copyright
// Copyright 2009-2021, by the California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sponsorship
// ack... | hpp |
fprime | data/projects/fprime/Svc/FramingProtocol/FramingProtocolInterface.hpp | // ======================================================================
// \title FramingProtocolInterface.hpp
// \author mstarch
// \brief hpp file for framing protocol interface
//
// \copyright
// Copyright 2009-2022, by the California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sp... | hpp |
fprime | data/projects/fprime/Svc/FramingProtocol/DeframingProtocol.hpp | // ======================================================================
// \title DeframingProtocol.hpp
// \author mstarch
// \brief hpp file for DeframingProtocol class
//
// \copyright
// Copyright 2009-2022, by the California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sponsorship
... | hpp |
fprime | data/projects/fprime/Svc/FramingProtocol/test/ut/main.cpp | #include <limits>
#include "Fw/Test/UnitTest.hpp"
#include "STest/Pick/Pick.hpp"
#include "STest/Random/Random.hpp"
#include "Svc/FramingProtocol/test/ut/DeframingTester.hpp"
#include "Svc/FramingProtocol/test/ut/FramingTester.hpp"
#include "gtest/gtest.h"
// ----------------------------------------------------------... | cpp |
fprime | data/projects/fprime/Svc/FramingProtocol/test/ut/DeframingTester.cpp | // ======================================================================
// \title DeframingTester.cpp
// \author bocchino
// \brief cpp file for DeframingTester class
// ======================================================================
#include <cstring>
#include "Fw/Types/SerialBuffer.hpp"
#include "STest/P... | cpp |
fprime | data/projects/fprime/Svc/FramingProtocol/test/ut/FramingTester.hpp | // ======================================================================
// \title FramingTester.hpp
// \author bocchino
// \brief hpp file for FramingTester class
// ======================================================================
#include "Fw/Types/Assert.hpp"
#include "Fw/Types/SerialBuffer.hpp"
#include "... | hpp |
fprime | data/projects/fprime/Svc/FramingProtocol/test/ut/DeframingTester.hpp | // ======================================================================
// \title DeframingTester.hpp
// \author bocchino
// \brief hpp file for DeframingTester class
// ======================================================================
#include "Fw/Types/Assert.hpp"
#include "Fw/Types/ByteArray.hpp"
#include ... | hpp |
fprime | data/projects/fprime/Svc/FramingProtocol/test/ut/FramingTester.cpp | // ======================================================================
// \title FramingTester.cpp
// \author bocchino
// \brief cpp file for FramingTester class
// ======================================================================
#include "STest/Pick/Pick.hpp"
#include "Svc/FramingProtocol/test/ut/FramingTe... | cpp |
fprime | data/projects/fprime/Svc/TlmChan/TlmChan.cpp | /**
* \file
* \author T. Canham
* \brief Implementation file for channelized telemetry storage component
*
* \copyright
* Copyright 2009-2015, by the California Institute of Technology.
* ALL RIGHTS RESERVED. United States Government Sponsorship
* acknowledged.
* <br /><br />
*/
#include <FpConfig.hpp>
#incl... | cpp |
fprime | data/projects/fprime/Svc/TlmChan/TlmChan.hpp | /**
* \file
* \author T. Canham
* \brief Component that stores telemetry channel values
*
* \copyright
* Copyright 2009-2015, by the California Institute of Technology.
* ALL RIGHTS RESERVED. United States Government Sponsorship
* acknowledged.
* <br /><br />
*/
#ifndef TELEMCHANIMPL_HPP_
#define TELEMCHANI... | hpp |
fprime | data/projects/fprime/Svc/TlmChan/test/ut/TlmChanMain.cpp | /*
* Main.cpp
*
* Created on: Mar 18, 2015
* Updated: 6/22/2022
* Author: tcanham
*/
#include <gtest/gtest.h>
#include <Fw/Test/UnitTest.hpp>
#include <Svc/TlmChan/TlmChan.hpp>
#include "TlmChanTester.hpp"
TEST(TlmChanTest, InitTest) {
Svc::TlmChanTester tester;
}
TEST(TlmChanTest, NominalChannelTes... | cpp |
fprime | data/projects/fprime/Svc/TlmChan/test/ut/TlmChanTester.cpp | // ======================================================================
// \title TlmChan.hpp
// \author tcanham
// \brief cpp file for TlmChan test harness implementation class
// ======================================================================
#include "TlmChanTester.hpp"
#include <Fw/Test/UnitTest.hpp>
#... | cpp |
fprime | data/projects/fprime/Svc/TlmChan/test/ut/TlmChanTester.hpp | // ======================================================================
// \title TlmChan/test/ut/Tester.hpp
// \author tcanham
// \brief hpp file for TlmChan test harness implementation class
// ======================================================================
#ifndef TESTER_HPP
#define TESTER_HPP
#include ... | hpp |
fprime | data/projects/fprime/Svc/BufferManager/BufferManagerComponentImpl.hpp | // ======================================================================
// \title BufferManagerComponentImpl.hpp
// \author tcanham
// \brief hpp file for BufferManager component implementation class
//
// \copyright
// Copyright 2009-2015, by the California Institute of Technology.
// ALL RIGHTS RESERVED. United ... | hpp |
fprime | data/projects/fprime/Svc/BufferManager/BufferManagerComponentImpl.cpp | // ======================================================================
// \title BufferManagerComponentImpl.cpp
// \author tcanham
// \brief cpp file for BufferManager component implementation class
//
// \copyright
// Copyright 2009-2015, by the California Institute of Technology.
// ALL RIGHTS RESERVED. United ... | cpp |
fprime | data/projects/fprime/Svc/BufferManager/BufferManager.hpp | // ======================================================================
// BufferManager.hpp
// Standardization header for BufferManager
// ======================================================================
#ifndef Svc_BufferManager_HPP
#define Svc_BufferManager_HPP
#include "Svc/BufferManager/BufferManagerComp... | hpp |
fprime | data/projects/fprime/Svc/BufferManager/test/ut/BufferManagerTestMain.cpp | // ----------------------------------------------------------------------
// TestMain.cpp
// ----------------------------------------------------------------------
#include "BufferManagerTester.hpp"
TEST(Nominal, Setup) {
Svc::BufferManagerTester tester;
tester.testSetup();
}
TEST(Nominal, OneSize) {
Svc... | cpp |
fprime | data/projects/fprime/Svc/BufferManager/test/ut/BufferManagerTester.hpp | // ======================================================================
// \title BufferManager/test/ut/Tester.hpp
// \author tcanham
// \brief hpp file for BufferManager test harness implementation class
//
// \copyright
// Copyright 2009-2015, by the California Institute of Technology.
// ALL RIGHTS RESERVED. Un... | hpp |
fprime | data/projects/fprime/Svc/BufferManager/test/ut/BufferManagerTester.cpp | // ======================================================================
// \title BufferManager.hpp
// \author tcanham
// \brief cpp file for BufferManager test harness implementation class
//
// \copyright
// Copyright 2009-2015, by the California Institute of Technology.
// ALL RIGHTS RESERVED. United States Gov... | cpp |
fprime | data/projects/fprime/Svc/DpManager/DpManager.hpp | // ======================================================================
// \title DpManager.hpp
// \author bocchino
// \brief hpp file for DpManager component implementation class
// ======================================================================
#ifndef Svc_DpManager_HPP
#define Svc_DpManager_HPP
#include... | hpp |
fprime | data/projects/fprime/Svc/DpManager/DpManager.cpp | // ======================================================================
// \title DpManager.cpp
// \author bocchino
// \brief cpp file for DpManager component implementation class
// ======================================================================
#include "FpConfig.hpp"
#include "Svc/DpManager/DpManager.hpp... | cpp |
fprime | data/projects/fprime/Svc/DpManager/test/ut/AbstractState.hpp | // ======================================================================
// \title AbstractState.hpp
// \author Rob Bocchino
// \brief Header file for abstract state
//
// \copyright
// Copyright (C) 2023 California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sponsorship
// acknowledge... | hpp |
fprime | data/projects/fprime/Svc/DpManager/test/ut/DpManagerTester.hpp | // ======================================================================
// \title DpManager/test/ut/DpManagerTester.hpp
// \author Rob Bocchino
// \brief hpp file for DpManager test harness implementation
// ======================================================================
#ifndef Svc_Tester_HPP
#define Svc_T... | hpp |
fprime | data/projects/fprime/Svc/DpManager/test/ut/DpManagerTestMain.cpp | // ======================================================================
// TestMain.cpp
// ======================================================================
#include "Fw/Test/UnitTest.hpp"
#include "STest/Random/Random.hpp"
#include "Svc/DpManager/test/ut/Rules/Testers.hpp"
#include "Svc/DpManager/test/ut/Scena... | cpp |
fprime | data/projects/fprime/Svc/DpManager/test/ut/DpManagerTester.cpp | // ======================================================================
// \title DpManagerTester.hpp
// \author Rob Bocchino
// \brief cpp file for DpManager test harness implementation
// ======================================================================
#include "Svc/DpManager/test/ut/DpManagerTester.hpp"
... | cpp |
fprime | data/projects/fprime/Svc/DpManager/test/ut/Rules/ProductGetIn.cpp | // ======================================================================
// \title ProductGetIn.cpp
// \author Rob Bocchino
// \brief ProductGetIn class implementation
//
// \copyright
// Copyright (C) 2023 California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sponsorship
// acknowled... | cpp |
fprime | data/projects/fprime/Svc/DpManager/test/ut/Rules/Testers.hpp | // ======================================================================
// \title Testers.hpp
// \author Rob Bocchino
// \brief Testers class interface
//
// \copyright
// Copyright (C) 2023 California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sponsorship
// acknowledged. Any commer... | hpp |
fprime | data/projects/fprime/Svc/DpManager/test/ut/Rules/ProductGetIn.hpp | // ======================================================================
// \title ProductGetIn.hpp
// \author Rob Bocchino
// \brief ProductGetIn class interface
//
// \copyright
// Copyright (C) 2023 California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sponsorship
// acknowledged. ... | hpp |
fprime | data/projects/fprime/Svc/DpManager/test/ut/Rules/ProductRequestIn.hpp | // ======================================================================
// \title ProductRequestIn.hpp
// \author Rob Bocchino
// \brief ProductRequestIn class interface
//
// \copyright
// Copyright (C) 2023 California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sponsorship
// acknow... | hpp |
fprime | data/projects/fprime/Svc/DpManager/test/ut/Rules/BufferGetStatus.cpp | // ======================================================================
// \title BufferGetStatus.cpp
// \author Rob Bocchino
// \brief BufferGetStatus class implementation
//
// \copyright
// Copyright (C) 2023 California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sponsorship
// ack... | cpp |
fprime | data/projects/fprime/Svc/DpManager/test/ut/Rules/ProductRequestIn.cpp | // ======================================================================
// \title ProductRequestIn.cpp
// \author Rob Bocchino
// \brief ProductRequestIn class implementation
//
// \copyright
// Copyright (C) 2023 California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sponsorship
// a... | cpp |
fprime | data/projects/fprime/Svc/DpManager/test/ut/Rules/Rules.hpp | // ======================================================================
// \title Rules.hpp
// \author Rob Bocchino
// \brief Rules for testing DpManager
//
// \copyright
// Copyright (C) 2023 California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sponsorship
// acknowledged. Any comm... | hpp |
fprime | data/projects/fprime/Svc/DpManager/test/ut/Rules/SchedIn.cpp | // ======================================================================
// \title SchedIn.cpp
// \author Rob Bocchino
// \brief SchedIn class implementation
//
// \copyright
// Copyright (C) 2023 California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sponsorship
// acknowledged. Any c... | cpp |
fprime | data/projects/fprime/Svc/DpManager/test/ut/Rules/SchedIn.hpp | // ======================================================================
// \title SchedIn.hpp
// \author Rob Bocchino
// \brief SchedIn class interface
//
// \copyright
// Copyright (C) 2023 California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sponsorship
// acknowledged. Any commer... | hpp |
fprime | data/projects/fprime/Svc/DpManager/test/ut/Rules/CLEAR_EVENT_THROTTLE.cpp | // ======================================================================
// \title CLEAR_EVENT_THROTTLE.cpp
// \author Rob Bocchino
// \brief CLEAR_EVENT_THROTTLE class implementation
//
// \copyright
// Copyright (C) 2023 California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sponsors... | cpp |
fprime | data/projects/fprime/Svc/DpManager/test/ut/Rules/BufferGetStatus.hpp | // ======================================================================
// \title BufferGetStatus.hpp
// \author Rob Bocchino
// \brief BufferGetStatus class interface
//
// \copyright
// Copyright (C) 2023 California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sponsorship
// acknowle... | hpp |
fprime | data/projects/fprime/Svc/DpManager/test/ut/Rules/ProductSendIn.hpp | // ======================================================================
// \title ProductSendIn.hpp
// \author Rob Bocchino
// \brief ProductSendIn class interface
//
// \copyright
// Copyright (C) 2023 California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sponsorship
// acknowledged... | hpp |
fprime | data/projects/fprime/Svc/DpManager/test/ut/Rules/Testers.cpp | // ======================================================================
// \title Testers.cpp
// \author Rob Bocchino
// \brief Testers class implementation
//
// \copyright
// Copyright (C) 2023 California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sponsorship
// acknowledged. Any c... | cpp |
fprime | data/projects/fprime/Svc/DpManager/test/ut/Rules/ProductSendIn.cpp | // ======================================================================
// \title ProductSendIn.cpp
// \author Rob Bocchino
// \brief ProductSendIn class implementation
//
// \copyright
// Copyright (C) 2023 California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sponsorship
// acknowl... | cpp |
fprime | data/projects/fprime/Svc/DpManager/test/ut/Rules/CLEAR_EVENT_THROTTLE.hpp | // ======================================================================
// \title CLEAR_EVENT_THROTTLE.hpp
// \author Rob Bocchino
// \brief CLEAR_EVENT_THROTTLE class interface
//
// \copyright
// Copyright (C) 2023 California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sponsorship
/... | hpp |
fprime | data/projects/fprime/Svc/DpManager/test/ut/TestState/TestState.hpp | // ======================================================================
// \title TestState.hpp
// \author Rob Bocchino
// \brief Test state for testing DpManager
//
// \copyright
// Copyright (C) 2023 California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sponsorship
// acknowledged.... | hpp |
fprime | data/projects/fprime/Svc/DpManager/test/ut/Scenarios/Random.hpp | // ======================================================================
// \title Random.hpp
// \author Rob Bocchino
// \brief Random scenario
//
// \copyright
// Copyright (C) 2023 California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sponsorship
// acknowledged. Any commercial use ... | hpp |
fprime | data/projects/fprime/Svc/DpManager/test/ut/Scenarios/Random.cpp | // ======================================================================
// \title Random.hpp
// \author Rob Bocchino
// \brief Random scenario
//
// \copyright
// Copyright (C) 2021 California Institute of Technology.
// ALL RIGHTS RESERVED. United States Government Sponsorship
// acknowledged. Any commercial use ... | cpp |
fprime | data/projects/fprime/Svc/PassiveConsoleTextLogger/ConsoleTextLoggerImpl.hpp | #ifndef SVC_TEXT_LOGGER_IMPL_HPP
#define SVC_TEXT_LOGGER_IMPL_HPP
#include <Svc/PassiveConsoleTextLogger/PassiveTextLoggerComponentAc.hpp>
namespace Svc {
class ConsoleTextLoggerImpl : public PassiveTextLoggerComponentBase {
public:
// Only called by derived class
ConsoleTextLoggerImpl(const char* compName)... | hpp |
fprime | data/projects/fprime/Svc/PassiveConsoleTextLogger/PassiveTextLogger.hpp | // ======================================================================
// PassiveTextLogger.hpp
// Standardization header for PassiveTextLogger
// ======================================================================
#ifndef Svc_PassiveTextLogger_HPP
#define Svc_PassiveTextLogger_HPP
#include "Svc/PassiveConsoleT... | hpp |
fprime | data/projects/fprime/Svc/PassiveConsoleTextLogger/ConsoleTextLoggerImplCommon.cpp | #include <Svc/PassiveConsoleTextLogger/ConsoleTextLoggerImpl.hpp>
#include <FpConfig.hpp>
#include <Fw/Types/Assert.hpp>
#include <Fw/Logger/Logger.hpp>
namespace Svc {
ConsoleTextLoggerImpl::ConsoleTextLoggerImpl(const char* compName) :
PassiveTextLoggerComponentBase(compName) {
}
void ConsoleTe... | cpp |
fprime | data/projects/fprime/Svc/PassiveRateGroup/PassiveRateGroup.cpp | /*
* \author: Tim Canham
* \file:
* \brief
*
* This file implements the PassiveRateGroup component,
* which invokes a set of components the comprise the rate group.
*
* Copyright 2014-2015, by the California Institute of Technology.
* ALL RIGHTS RESERVED. United States Government Sponsorship
* acknowled... | cpp |
fprime | data/projects/fprime/Svc/PassiveRateGroup/PassiveRateGroup.hpp | /*
* \author: Tim Canham
* \file:
* \brief
*
* This file implements the PassiveRateGroup component,
* which invokes a set of components the comprise the rate group.
*
* Copyright 2014-2015, by the California Institute of Technology.
* ALL RIGHTS RESERVED. United States Government Sponsorship
* acknowled... | hpp |
fprime | data/projects/fprime/Svc/PassiveRateGroup/test/ut/PassiveRateGroupImplTester.cpp | /*
* \author Tim Canham
* \file
* \brief
*
* This file is the test component for the active rate group unit test.
*
* Code Generated Source Code Header
*
* Copyright 2014-2015, by the California Institute of Technology.
* ALL RIGHTS RESERVED. United States Government Sponsorship
* acknowledged.
*/
#i... | cpp |
fprime | data/projects/fprime/Svc/PassiveRateGroup/test/ut/PassiveRateGroupImplTester.hpp | /*
* \author Tim Canham
* \file
* \brief
*
* This file is the test component header for the active rate group unit test.
*
* Code Generated Source Code Header
*
* Copyright 2014-2015, by the California Institute of Technology.
* ALL RIGHTS RESERVED. United States Government Sponsorship
* acknowledged.
*/
#ifnde... | hpp |
fprime | data/projects/fprime/Svc/PassiveRateGroup/test/ut/PassiveRateGroupTester.cpp | /*
* \author Tim Canham
* \file
* \brief
*
* This file is the test driver for the active rate group unit test.
*
* Code Generated Source Code Header
*
* Copyright 2014-2015, by the California Institute of Technology.
* ALL RIGHTS RESERVED. United States Government Sponsorship
* acknowledged.
*/
#inclu... | cpp |
fprime | data/projects/fprime/Svc/PassiveRateGroup/test/ut/PassiveRateGroupTester.hpp | /*
* \author Tim Canham
* \file
* \brief
*
* This file is the test component header for the active rate group unit test.
*
* Code Generated Source Code Header
*
* Copyright 2014-2015, by the California Institute of Technology.
* ALL RIGHTS RESERVED. United States Government Sponsorship
* acknowledged.
*/
#ifnde... | hpp |
fprime | data/projects/fprime/Svc/PrmDb/PrmDbImpl.hpp | /**
* \file
* \author T.Canham
* \brief Component for managing parameters
*
* \copyright
* Copyright 2009-2015, by the California Institute of Technology.
* ALL RIGHTS RESERVED. United States Government Sponsorship
* acknowledged.
* <br /><br />
*/
#ifndef PRMDBIMPL_HPP_
#define PRMDBIMPL_HPP_
#include <Sv... | hpp |
fprime | data/projects/fprime/Svc/PrmDb/PrmDbImpl.cpp | /*
* PrmDbImpl.cpp
*
* Created on: March 9, 2015
* Author: Timothy Canham
*/
#include <Svc/PrmDb/PrmDbImpl.hpp>
#include <Fw/Types/Assert.hpp>
#include <Os/File.hpp>
#include <cstring>
#include <cstdio>
namespace Svc {
typedef PrmDb_PrmWriteError PrmWriteError;
typedef PrmDb_PrmReadError PrmRea... | cpp |
fprime | data/projects/fprime/Svc/PrmDb/PrmDb.hpp | // ======================================================================
// PrmDb.hpp
// Standardization header for PrmDb
// ======================================================================
#ifndef Svc_PrmDb_HPP
#define Svc_PrmDb_HPP
#include "Svc/PrmDb/PrmDbImpl.hpp"
namespace Svc {
typedef PrmDbImpl PrmD... | hpp |
fprime | data/projects/fprime/Svc/PrmDb/test/ut/PrmDbImplTester.cpp | /*
* PrmDbImplTester.cpp
*
* Created on: Mar 18, 2015
* Author: tcanham
*/
#include <Svc/PrmDb/test/ut/PrmDbImplTester.hpp>
#include <Fw/Com/ComBuffer.hpp>
#include <Fw/Com/ComPacket.hpp>
#include <Os/Stub/test/File.hpp>
#include <cstdio>
#include <gtest/gtest.h>
#include <Fw/Test/UnitTest.hpp>
namespace ... | cpp |
fprime | data/projects/fprime/Svc/PrmDb/test/ut/PrmDbImplTester.hpp | /*
* PrmDbImplTester.hpp
*
* Created on: Mar 18, 2015
* Author: tcanham
*/
#ifndef PRMDB_TEST_UT_PRMDBIMPLTESTER_HPP_
#define PRMDB_TEST_UT_PRMDBIMPLTESTER_HPP_
#include <PrmDbGTestBase.hpp>
#include <PrmDbImplTesterCfg.hpp>
#include <Svc/PrmDb/PrmDbImpl.hpp>
#include <Os/Stub/test/File.hpp>
namespace Svc... | hpp |
fprime | data/projects/fprime/Svc/PrmDb/test/ut/PrmDbTester.cpp | /*
* PrmDbTester.cpp
*
* Created on: Mar 18, 2015
* Author: tcanham
*/
#include <Svc/PrmDb/test/ut/PrmDbImplTester.hpp>
#include <Svc/PrmDb/PrmDbImpl.hpp>
#include <Fw/Obj/SimpleObjRegistry.hpp>
#include <gtest/gtest.h>
#include <Fw/Test/UnitTest.hpp>
#if FW_OBJECT_REGISTRATION == 1
static Fw::SimpleObjR... | cpp |
fprime | data/projects/fprime/Svc/SystemResources/SystemResources.cpp | // ======================================================================
// \title SystemResourcesComponentImpl.cpp
// \author sfregoso
// \brief cpp file for SystemResources component implementation class
//
// \copyright
// Copyright 2021, by the California Institute of Technology.
// ALL RIGHTS RESERVED. United ... | cpp |
fprime | data/projects/fprime/Svc/SystemResources/SystemResources.hpp | // ======================================================================
// \title SystemResourcesComponentImpl.hpp
// \author Santos F. Fregoso
// \brief hpp file for SystemResources component implementation class
//
// \copyright
// Copyright 2021, by the California Institute of Technology.
// ALL RIGHTS RESERVED.... | hpp |
fprime | data/projects/fprime/Svc/SystemResources/test/ut/SystemResourcesTester.hpp | // ======================================================================
// \title SystemResources/test/ut/Tester.hpp
// \author sfregoso
// \brief hpp file for SystemResources test harness implementation class
//
// \copyright
// Copyright 2009-2015, by the California Institute of Technology.
// ALL RIGHTS RESERVED... | hpp |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.