F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
StringTest< StringType > Class Template Reference

#include <FppTest/typed_tests/StringTest.hpp>

Inheritance diagram for StringTest< StringType >:

Protected Member Functions

void SetUp () override
 

Protected Attributes

U32 size
 
char src [StringType::SERIALIZED_SIZE]
 
Fw::String fwStr
 
Fw::String fwSubstr
 

Detailed Description

template<class StringType>
class StringTest< StringType >

Definition at line 39 of file StringTest.hpp.

Member Function Documentation

◆ SetUp()

template<class StringType >
void StringTest< StringType >::SetUp ( )
inlineoverrideprotected

Definition at line 41 of file StringTest.hpp.

Member Data Documentation

◆ fwStr

template<class StringType >
Fw::String StringTest< StringType >::fwStr
protected

Definition at line 59 of file StringTest.hpp.

◆ fwSubstr

template<class StringType >
Fw::String StringTest< StringType >::fwSubstr
protected

Definition at line 60 of file StringTest.hpp.

◆ size

template<class StringType >
U32 StringTest< StringType >::size
protected

Definition at line 56 of file StringTest.hpp.

◆ src

template<class StringType >
char StringTest< StringType >::src[StringType::SERIALIZED_SIZE]
protected

Definition at line 57 of file StringTest.hpp.


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