![]() |
F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
|
#include <FppTest/component/active/ActiveTest.hpp>
Public Member Functions | |
ActiveTest (const char *const compName) | |
Construct ActiveTest object. | |
void | init (NATIVE_INT_TYPE queueDepth, NATIVE_INT_TYPE msgSize, NATIVE_INT_TYPE instance=0) |
Initialize ActiveTest object. | |
~ActiveTest () | |
Destroy ActiveTest object. | |
Definition at line 14 of file ActiveTest.hpp.
ActiveTest::ActiveTest | ( | const char *const | compName | ) |
Construct ActiveTest object.
compName | The component name |
Definition at line 17 of file ActiveTest.cpp.
ActiveTest::~ActiveTest | ( | ) |
Destroy ActiveTest object.
Definition at line 35 of file ActiveTest.cpp.
void ActiveTest::init | ( | NATIVE_INT_TYPE | queueDepth, |
NATIVE_INT_TYPE | msgSize, | ||
NATIVE_INT_TYPE | instance = 0 ) |
Initialize ActiveTest object.
queueDepth | The queue depth |
msgSize | The message size |
instance | The instance number |
Definition at line 25 of file ActiveTest.cpp.
FppTest::Types::ArrayParam ActiveTest::arrayCmd |
Definition at line 456 of file ActiveTest.hpp.
FppTest::Types::ArrayParam ActiveTest::arrayInterface |
Definition at line 463 of file ActiveTest.hpp.
FppTest::Types::EnumParam ActiveTest::enumCmd |
Definition at line 455 of file ActiveTest.hpp.
FppTest::Types::EnumParam ActiveTest::enumInterface |
Definition at line 462 of file ActiveTest.hpp.
FppTest::Types::PrimitiveParams ActiveTest::primitiveCmd |
Definition at line 453 of file ActiveTest.hpp.
FppTest::Types::PrimitiveParams ActiveTest::primitiveInterface |
Definition at line 460 of file ActiveTest.hpp.
Fw::SerializeStatus ActiveTest::serializeStatus |
Enables checking the serialization status of serial port invocations.
Definition at line 450 of file ActiveTest.hpp.
FppTest::Types::CmdStringParams ActiveTest::stringCmd |
Definition at line 454 of file ActiveTest.hpp.
FppTest::Types::InternalInterfaceStringParams ActiveTest::stringInterface |
Definition at line 461 of file ActiveTest.hpp.
FppTest::Types::StructParam ActiveTest::structCmd |
Definition at line 457 of file ActiveTest.hpp.
FppTest::Types::StructParam ActiveTest::structInterface |
Definition at line 464 of file ActiveTest.hpp.