Julius Pfrommer
|
a308b1c689
add more examples for writing the node value
|
7 gadi atpakaļ |
Julius Pfrommer
|
6258d088db
cosmetic: keep lines under 80chars to avoid breaks in the pdf documentation
|
8 gadi atpakaļ |
Markus Graube
|
214f2a1cb5
Include code from server_firstSteps.c in documentation (#694)
|
8 gadi atpakaļ |
Julius Pfrommer
|
54daafd37a
rename plugins to begin with ua_
|
8 gadi atpakaļ |
Julius Pfrommer
|
5e87c1db68
move logger and connection-function into the client config (#585)
|
8 gadi atpakaļ |
Julius Pfrommer
|
fd58bd8f87
fix some unchecked sign conversions in the example code
|
8 gadi atpakaļ |
Julius Pfrommer
|
34dafb78ce
Use the less noisy C99 true/false throughout. But keep the UA_TRUE/UA_FALSE macros for compatibility
|
8 gadi atpakaļ |
Julius Pfrommer
|
2ae7fef1e4
add Wshadow and Wconversion compiler flags; fix all warnings; networklayer takes the logger from the server at startup
|
8 gadi atpakaļ |
ichrispa
|
a0ad0e6ea0
Reimplemented instantiation callback (required for #503).
|
8 gadi atpakaļ |
Julius Pfrommer
|
53d67b4140
single server config struct
|
8 gadi atpakaļ |
Julius Pfrommer
|
c9ae4288d8
high-level api for the client; aligned with the server api
|
9 gadi atpakaļ |
Julius Pfrommer
|
66d8a06f4a
improve the server API; prefix functions with typed inline versions with __
|
9 gadi atpakaļ |
Julius Pfrommer
|
47749e1045
add many log messages for log-level DEBUG. simplify stdout logger
|
9 gadi atpakaļ |
Julius Pfrommer
|
1811544b2d
return the added node id only when requested
|
9 gadi atpakaļ |
Julius Pfrommer
|
6836308aff
remove code duplication for node editing; add the delete references service; delete references properly during node removal
|
9 gadi atpakaļ |
Julius Pfrommer
|
8514dc7703
fix the unit tests
|
9 gadi atpakaļ |
Julius Pfrommer
|
ae7332d944
simplify the API. less expandednodeids
|
9 gadi atpakaļ |
Julius Pfrommer
|
87fdfc2f3e
rename UserSpaceCallback to ValueCallback
|
9 gadi atpakaļ |
Stasik0
|
40d1bdd2a5
adding callback structure to couple with callbacks on non-datasource nodes, relates to #399
|
9 gadi atpakaļ |
Stasik0
|
f4ef1e7662
adding datasource example
|
9 gadi atpakaļ |
Stasik0
|
d3cf8aa847
* tutorial fixup
|
9 gadi atpakaļ |
ichrispa
|
7737b4ffbf
Merge branch 'master' into api_hl_abstractions
|
9 gadi atpakaļ |
ichrispa
|
cc93def094
Fixed two instances of addNode calls that are were missing the createdNode return argument in response to #306.
|
9 gadi atpakaļ |
ichrispa
|
b481cc3a94
Created missing serverside API calls for creating and deleting all nodetypes. Clientside API calls was matched (symmetry) to the call structure of the server API. Tutorial on adding nodes was started (WIP).
|
9 gadi atpakaļ |
Julius Pfrommer
|
db1c4979c2
clean up the canonical examples
|
9 gadi atpakaļ |
Julius Pfrommer
|
3649101943
move to canonical examples that show only a single feature
|
9 gadi atpakaļ |