![]() |
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/queued/QueuedTest.hpp>
Public Member Functions | |
QueuedTest (const char *const compName) | |
Construct QueuedTest object. | |
void | init (NATIVE_INT_TYPE queueDepth, NATIVE_INT_TYPE msgSize, NATIVE_INT_TYPE instance=0) |
Initialize QueuedTest object. | |
~QueuedTest () | |
Destroy QueuedTest object. | |
Definition at line 14 of file QueuedTest.hpp.
QueuedTest::QueuedTest | ( | const char *const | compName | ) |
Construct QueuedTest object.
compName | The component name |
Definition at line 17 of file QueuedTest.cpp.
QueuedTest::~QueuedTest | ( | ) |
Destroy QueuedTest object.
Definition at line 35 of file QueuedTest.cpp.
void QueuedTest::init | ( | NATIVE_INT_TYPE | queueDepth, |
NATIVE_INT_TYPE | msgSize, | ||
NATIVE_INT_TYPE | instance = 0 ) |
Initialize QueuedTest object.
queueDepth | The queue depth |
msgSize | The message size |
instance | The instance number |
Definition at line 25 of file QueuedTest.cpp.
FppTest::Types::ArrayParam QueuedTest::arrayCmd |
Definition at line 456 of file QueuedTest.hpp.
FppTest::Types::ArrayParam QueuedTest::arrayInterface |
Definition at line 463 of file QueuedTest.hpp.
FppTest::Types::EnumParam QueuedTest::enumCmd |
Definition at line 455 of file QueuedTest.hpp.
FppTest::Types::EnumParam QueuedTest::enumInterface |
Definition at line 462 of file QueuedTest.hpp.
FppTest::Types::PrimitiveParams QueuedTest::primitiveCmd |
Definition at line 453 of file QueuedTest.hpp.
FppTest::Types::PrimitiveParams QueuedTest::primitiveInterface |
Definition at line 460 of file QueuedTest.hpp.
Fw::SerializeStatus QueuedTest::serializeStatus |
Enables checking the serialization status of serial port invocations.
Definition at line 450 of file QueuedTest.hpp.
FppTest::Types::CmdStringParams QueuedTest::stringCmd |
Definition at line 454 of file QueuedTest.hpp.
FppTest::Types::InternalInterfaceStringParams QueuedTest::stringInterface |
Definition at line 461 of file QueuedTest.hpp.
FppTest::Types::StructParam QueuedTest::structCmd |
Definition at line 457 of file QueuedTest.hpp.
FppTest::Types::StructParam QueuedTest::structInterface |
Definition at line 464 of file QueuedTest.hpp.