Public Attributes
employee_obj_st_ Struct Reference

List of all members.

Public Attributes

uint32_t id
char first_name [MAX_NAME_LEN]
char last_name [MAX_NAME_LEN]

Detailed Description

The data stored for employees.

Definition at line 168 of file employee_example.c.


Member Data Documentation

char employee_obj_st_::first_name[MAX_NAME_LEN]

First name

Definition at line 172 of file employee_example.c.

Unique ID for the employee

Definition at line 170 of file employee_example.c.

char employee_obj_st_::last_name[MAX_NAME_LEN]

Last name

Definition at line 174 of file employee_example.c.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines