_ii_details Struct Reference
#include <TMStructs.h>
List of all members.
Detailed Description
Information Item Details.
Currently it has only meta data which means that the subscriber cannot request QoS chars. Consider extending!
Constructor & Destructor Documentation
_ii_details::_ii_details |
( |
|
) |
[inline] |
Member Function Documentation
bool _ii_details::pubExists |
( |
string |
pub |
) |
[inline] |
Check is a pub. exists.
00100 {
00101 return (std::find(pubs.begin(), pubs.end(), pub)!=pubs.end());
00102 }
bool _ii_details::subExists |
( |
string |
sub |
) |
[inline] |
Check is a sub. exists.
00105 {
00106 return (std::find(subs.begin(), subs.end(), sub)!=subs.end());
00107 }
Member Data Documentation
Indicate if the solver assigned a new FID. New FID means update _MUST_ be send to publisher Indicate if the Information Item changed by the last update. If true it means that the solver _MUST_ run again for this item!
The documentation for this struct was generated from the following file: