Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
association_plus_file.h
Go to the documentation of this file.
1
7#ifndef _ASSOCIATION_PLUS_FILE_H_
8#define _ASSOCIATION_PLUS_FILE_H_
9
10#include "zaf_config.h"
11
27
36
37// Used to save association data to file system.
42
43#define ZAF_FILE_SIZE_ASSOCIATIONINFO (sizeof(SAssociationInfo))
44
49#endif /* _ASSOCIATION_PLUS_FILE_H_ */
struct SAssociationInfo SAssociationInfo
#define CC_ASSOCIATION_MAX_GROUPS_PER_ENDPOINT
Definition cc_association_config.h:32
#define CC_ASSOCIATION_MAX_NODES_IN_GROUP
Definition cc_association_config.h:41
#define ZAF_CONFIG_NUMBER_OF_END_POINTS
Definition zaf_config.h:482
Contains associations for one group packed for the file system.
Definition association_plus_file.h:32
Contains associations for one group.
Definition association_plus_file.h:23
Destination info packed for the file system.
Definition ZW_TransportEndpoint.h:75
Definition association_plus_file.h:39
ASSOCIATION_GROUP_PACKED Groups[ZAF_CONFIG_NUMBER_OF_END_POINTS+1][CC_ASSOCIATION_MAX_GROUPS_PER_ENDPOINT]
Definition association_plus_file.h:40
Definition ZW_TransportEndpoint.h:63