Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed duplicated enum from the core and first pass of static API documentation. #77

Merged
merged 4 commits into from Mar 21, 2016

Conversation

ghost
Copy link

@ghost ghost commented Mar 21, 2016

Replaced core Operations enum with AwaResourceOperations and removed the mapping between the two.
Added doxygen for each of the static API functions, public types and enumerations, as well as examples and a brief overview in awa/static.h.

Signed-off-by: Roland Bewick [email protected]

Roland Bewick added 4 commits March 21, 2016 10:14
Duplicated failing test AwaStaticClient_Create_and_Read_Operation_for_Object_and_Resource
and changed it to read from the resource path rather than object instance.
Temporary disabled the test that reads from the object instance.

Signed-off-by: Roland Bewick <[email protected]>
…rSession

To ensure calling AwaChangeSet_GetClientSession / AwaChangeSet_GetServerSession
will return NULL if the wrong session type is requested.

Ref: FLOWDM-694
Signed-off-by: Roland Bewick <[email protected]>
Ref: FLOWDM-695
Signed-off-by: Roland Bewick <[email protected]>
…cumentation.

Replaced core Operations enum with AwaResourceOperations and removed
the mapping between the two.
Added doxygen for each of the static API functions, public types and
enumerations, as well as examples and a brief overview in awa/static.h.

Signed-off-by: Roland Bewick <[email protected]>
@ghost ghost added this to the 0.1.4 milestone Mar 21, 2016
@ghost ghost added the enhancement label Mar 21, 2016
* @return NULL if the client is invalid or the resource instance does not exist for the specified
* object, object instance, resource and resource instance IDs.
*/
void * AwaStaticClient_GetResourceInstancePointer(AwaStaticClient * client, AwaObjectID objectID, AwaObjectInstanceID objectInstanceID, AwaResourceID resourceID, AwaResourceInstanceID resourceInstanceID);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@seank-img AwaStaticClient * client was missing from this function

cdewbery pushed a commit that referenced this pull request Mar 21, 2016
Removed duplicated enum from the core and first pass of static API documentation.
@cdewbery cdewbery merged commit 4a7fc68 into ConnectivityFoundry:master Mar 21, 2016
@cdewbery cdewbery modified the milestones: 0.1.5, 0.1.4 Mar 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant