Parameter web support
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3097 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -152,6 +152,7 @@ enum {
|
|||||||
FILEINTERFACE_MESSAGE_START = 0x500,
|
FILEINTERFACE_MESSAGE_START = 0x500,
|
||||||
FILEINTERFACE_MESSAGE_END,
|
FILEINTERFACE_MESSAGE_END,
|
||||||
CONTROLLABLE_MESSAGE_START = 0x600,
|
CONTROLLABLE_MESSAGE_START = 0x600,
|
||||||
|
CONTROLLABLE_GET_PARAMETER_WEB,
|
||||||
CONTROLLABLE_MESSAGE_END,
|
CONTROLLABLE_MESSAGE_END,
|
||||||
TIMESOURCE_MESSAGE_START = 0x700,
|
TIMESOURCE_MESSAGE_START = 0x700,
|
||||||
|
|
||||||
@@ -853,4 +854,16 @@ struct timesource_remove_slave_node_command : public command_data
|
|||||||
media_node node;
|
media_node node;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
struct controllable_get_parameter_web_request : public request_data
|
||||||
|
{
|
||||||
|
area_id area;
|
||||||
|
int32 maxsize;
|
||||||
|
};
|
||||||
|
|
||||||
|
struct controllable_get_parameter_web_reply : public reply_data
|
||||||
|
{
|
||||||
|
type_code code;
|
||||||
|
int32 size; // = -1: parameter web data too large, = 0: no p.w., > 0: flattened p.w. data
|
||||||
|
};
|
||||||
|
|
||||||
#endif // _DATA_EXCHANGE_H
|
#endif // _DATA_EXCHANGE_H
|
||||||
|
|||||||
Reference in New Issue
Block a user