ODeV framework
v2
|
Empty implementation of the IApplicationErrorDelegate IF. More...
Go to the source code of this file.
Data Structures | |
struct | _NuLLErrorDelegate |
Typedefs | |
typedef struct _NuLLErrorDelegate | NullErrorDelegate |
Functions | |
IApplicationErrorDelegate * | NullAEDAlloc () |
sys_error_code_t | NullAEDInit (IApplicationErrorDelegate *this, void *pParams) |
sys_error_code_t | NullAEDOnStartApplication (IApplicationErrorDelegate *this, ApplicationContext *pxContext) |
sys_error_code_t | NullAEDProcessEvent (IApplicationErrorDelegate *this, ApplicationContext *pxContext, SysEvent xEvent) |
sys_error_code_t | NullAEDOnNewErrEvent (IApplicationErrorDelegate *this, SysEvent xEvent) |
boolean_t | NullAEDIsLastErrorPending (IApplicationErrorDelegate *this) |
sys_error_code_t | NullAEDAddFirstResponder (IApplicationErrorDelegate *this, IErrFirstResponder *pFirstResponder, uint8_t nPriority) |
sys_error_code_t | NullAEDRemoveFirstResponder (IApplicationErrorDelegate *this, IErrFirstResponder *pFirstResponder) |
uint8_t | NullAEDGetMaxFirstResponderPriority (const IApplicationErrorDelegate *this) |
void | NullAEDResetCounter (IApplicationErrorDelegate *this) |
Empty implementation of the IApplicationErrorDelegate IF.
When installed this delegate disable the error managment subsystem.
Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); You may not use this file except in compliance with the License. You may obtain a copy of the License at:
http://www.st.com/software_license_agreement_liberty_v2
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
typedef struct _NuLLErrorDelegate NullErrorDelegate |
Create a type name for _NuLLErrorDelegate
|
inline |
Null implementation of the IApplicationErrorDelegate. It does no error management.
IApplicationErrorDelegate* NullAEDAlloc | ( | ) |
Allocate an instance of NullErrorDelegate. Initialize the object virtual table.
|
inline |
Null implementation of the IApplicationErrorDelegate. It does no error management.
|
inline |
Null implementation of the IApplicationErrorDelegate. It does no error management.
|
inline |
Null implementation of the IApplicationErrorDelegate. It does no error management.
|
inline |
Null implementation of the IApplicationErrorDelegate. It does no error management.
|
inline |
Default implementation of the IApplicationErrorDelegate. It does no error management.
|
inline |
Null implementation of the IApplicationErrorDelegate. It does no error management.
|
inline |
Null implementation of the IApplicationErrorDelegate. It does no error management.
|
inline |
Null implementation of the IApplicationErrorDelegate. It does no error management.