RT-Thread RTOS
An open source embedded real-time operating system
dogygen_example_struct_another2 Struct Reference

#include <struct.h>

Data Fields

int(* m1 )(int *param1, int param2, int param3, int param4)
 
int(* m2 )(int *param1, int param2, int param3, int param4)
 

Detailed Description

Brief description this structure.

Detailed description starts here, one line or multiple lines. Blah blah blah...

Note
This is a note for this structure, blah blah blah...

Field Documentation

◆ m1

int(* dogygen_example_struct_another2::m1) (int *param1, int param2, int param3, int param4)

Brief description of m1.

Parameters
param1The first param.
param2The second param.
param3The third param.
param4The fourth param.
Returns
the operation status, 0 on successful

◆ m2

int(* dogygen_example_struct_another2::m2) (int *param1, int param2, int param3, int param4)

Brief description of m2.

Parameters
param1The first param.
param2The second param.
param3The third param.
param4The fourth param.
Returns
the operation status, 0 on successful