Go to the source code of this file.
Namespaces | |
namespace | fesa |
Typedefs | |
typedef enum fesa::REQUEST_TYPE | fesa::RequestType |
access type, which is sent to the ReplyHandler of the client When a subscriber which is subscribed to a setting property recieves an update, or when the manual update after a new subscription is triggered, the "get()" in the property has to be executed using the Request Type. In that case, this flag is added to the rdaData the subscriber will recieve, in order to inform him about the purpose of the Notification. GET: update done due a to notification from a RealTimeAction (no additional tag is sent) NEW_OR_DELETE_SUBSCRIBER: first update after a subscription ... "1" is sent. SET: notification throught a setting Property ... "2" is sent. | |
Enumerations | |
enum | fesa::REQUEST_TYPE { fesa::GET = 0, fesa::NEW_OR_DELETE_SUBSCRIBER = 1, fesa::SET = 2 } |
access type, which is sent to the ReplyHandler of the client When a subscriber which is subscribed to a setting property recieves an update, or when the manual update after a new subscription is triggered, the "get()" in the property has to be executed using the Request Type. In that case, this flag is added to the rdaData the subscriber will recieve, in order to inform him about the purpose of the Notification. GET: update done due a to notification from a RealTimeAction (no additional tag is sent) NEW_OR_DELETE_SUBSCRIBER: first update after a subscription ... "1" is sent. SET: notification throught a setting Property ... "2" is sent. More... | |
enum | fesa::IOType { fesa::Input = 0, fesa::Output = 1, fesa::Input = 0, fesa::Output = 1 } |
type of a ServerAction (get/Set) More... | |
enum | fesa::PropertyType { fesa::SETTING = 0, fesa::ACQUISITION = 1, fesa::SETTING = 0, fesa::ACQUISITION = 1 } |
identifies the type of a property More... |