KIM HyoengJun / Mbed 2 deprecated mbed_fota_robot_control

Dependencies:   mbed-rtos mbed mbed_fota_fan_control

Fork of mbed_fota_lamp_control by KIM HyoengJun

Embed: (wiki syntax)

« Back to documentation index

lamp_control_task.h File Reference

lamp_control_task.h File Reference

Lamp Control Task Header. More...

Go to the source code of this file.

Data Structures

struct  lamp_control_enable_req
 Parameters of the LAMP_CONTROL_ENABLE_REQ message. More...
struct  lamp_control_create_db_req
 Parameters of the LAMP_CONTROL_CREATE_DB_REQ message. More...
struct  lamp_control_create_db_cfm
 Parameters of the LAMP_CONTROL_CREATE_DB_CFM message. More...
struct  lamp_control_set_char_val_req
 Parameters of the LAMP_CONTROL_SET_CHAR_VAL_REQ message - shall be dynamically allocated. More...
struct  lamp_control_disable_ind
 Parameters of the LAMP_CONTROL_DISABLE_IND message. More...
struct  lamp_control_command_ind
 Parameters of the LAMP_CONTROL_COMMAND_IND message. More...

Enumerations

enum  
 

Attribue Table Indexes.

More...
enum  {
  LAMP_CONTROL_ENABLE_REQ = TASK_LAMP_CONTROL*1024, LAMP_CONTROL_CREATE_DB_REQ, LAMP_CONTROL_CREATE_DB_CFM, LAMP_CONTROL_DISABLE_IND ,
  LAMP_CONTROL_ERROR_IND
}
 

Messages for Fota Server.

More...

Detailed Description

Lamp Control Task Header.

Copyright 2015 SEVENCORE Co., Ltd.

Author:
HyeongJun Kim
Version:
1.0.0
Date:
2015-09-02

Definition in file lamp_control_task.h.