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
PrimitiveStructTest Class Reference
Inheritance diagram for PrimitiveStructTest:

Protected Member Functions

void SetUp () override
 
void assertStructMembers (const Primitive &s)
 
void assertUnsuccessfulSerialization (Primitive &s, U32 bufSize)
 

Protected Attributes

bool testBool
 
U32 testU32
 
I16 testI16
 
F64 testF64
 

Detailed Description

Definition at line 25 of file PrimitiveStructTest.cpp.

Member Function Documentation

◆ assertStructMembers()

void PrimitiveStructTest::assertStructMembers ( const Primitive & s)
inlineprotected

Definition at line 34 of file PrimitiveStructTest.cpp.

◆ assertUnsuccessfulSerialization()

void PrimitiveStructTest::assertUnsuccessfulSerialization ( Primitive & s,
U32 bufSize )
inlineprotected

Definition at line 41 of file PrimitiveStructTest.cpp.

◆ SetUp()

void PrimitiveStructTest::SetUp ( )
inlineoverrideprotected

Definition at line 27 of file PrimitiveStructTest.cpp.

Member Data Documentation

◆ testBool

bool PrimitiveStructTest::testBool
protected

Definition at line 55 of file PrimitiveStructTest.cpp.

◆ testF64

F64 PrimitiveStructTest::testF64
protected

Definition at line 58 of file PrimitiveStructTest.cpp.

◆ testI16

I16 PrimitiveStructTest::testI16
protected

Definition at line 57 of file PrimitiveStructTest.cpp.

◆ testU32

U32 PrimitiveStructTest::testU32
protected

Definition at line 56 of file PrimitiveStructTest.cpp.


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