Rtos API example

Embed: (wiki syntax)

« Back to documentation index

base_control_t Struct Reference

base_control_t Struct Reference
[Frameworks]

POD version of the class control_t. More...

#include <utest_types.h>

Inherited by control_t [private].


Detailed Description

POD version of the class control_t.

It is used to instantiate const control_t objects as PODs and prevent them to be included in the final binary.

Note:
: control_pod_t can be converted to control_t by copy construction.

Definition at line 134 of file utest_types.h.