Wiselib
wiselib.testing/util/glab_rest_connector/request_types.h
Go to the documentation of this file.
00001 /* 
00002  * File:   request_types.h
00003  * Author: maxpagel
00004  *
00005  * Created on 28. Dezember 2010, 10:30
00006  */
00007 
00008 #ifndef _REQUEST_TYPES_H
00009 #define  _REQUEST_TYPES_H
00010 enum RequestTypes
00011 {
00012     GET_SENSORS          = 0,
00013     GET_NODE_META_DATA   = 1,
00014     GET_SENSOR_VALUE     = 2,
00015     GET_SENSOR_META_DATA = 3,
00016     SUBSCRIBE            = 4,
00017     CANCEL_SUBSCRIPTION  = 5,
00018     POST_SENSOR_META_DATA = 6
00019 
00020 };
00021 
00022 #endif   /* _REQUEST_TYPES_H */
00023 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines