onboardapi  9.10.0
by Rheinmetall
M_BuiltInTestCtrl::ConfigAllowTest Struct Reference

Configure if tests should be allowed to be started. More...

Public Member Functions

 ConfigAllowTest ()
 
 ConfigAllowTest (bool IsAllowed)
 

Public Attributes

bool IsAllowed
 Indicates if tests should be allowed to be started (true) or not (false). More...
 

Detailed Description

Configure if tests should be allowed to be started.

Constructor & Destructor Documentation

◆ ConfigAllowTest() [1/2]

M_BuiltInTestCtrl::ConfigAllowTest::ConfigAllowTest ( )

◆ ConfigAllowTest() [2/2]

M_BuiltInTestCtrl::ConfigAllowTest::ConfigAllowTest ( bool  IsAllowed)

Member Data Documentation

◆ IsAllowed

bool M_BuiltInTestCtrl::ConfigAllowTest::IsAllowed

Indicates if tests should be allowed to be started (true) or not (false).