OpenSplice DDS
Delivering Performance, Openness, and Freedom
Topic Used in next section.
Getting the Data
struct Counter {
int cID;
int count;
Read Semantics
};
#pragma keylist Counter cID
OpenSplice DDS
Delivering Performance, Openness, and Freedom
Topic Used in next section.
Getting the Data
struct Counter {
int cID;
int count;
Take Semantics
};
#pragma keylist Counter cID
OpenSplice DDS
Delivering Performance, Openness, and Freedom
Topic Used in next section.
Writing Data
struct Counter {
int cID;
int count;
};
#pragma keylist Counter cID
OpenSplice DDS
Delivering Performance, Openness, and Freedom
Topic Used in next section.
Managing Data
History
struct Counter {
int cID;
int count;
};
#pragma keylist Counter cID
OpenSplice DDS
Delivering Performance, Openness, and Freedom
Topic Used in next section.
Application / DDS
Coordination
struct Counter {
int cID;
int count;
};
#pragma keylist Counter cID
0 comments
Post a comment