44 #include <QStringList>
50 #include "vqdefines.h"
52 #include "gds_codex.h"
84 void setPublicationError();
87 void setPublicationExists (
int exists );
90 void setProceedureError ( QString error );
93 void updateAllSubscribers();
96 void updateSubscriber (
PblId pblid,
int index,
int count );
99 void setPblId (
PblId pbl );
102 void setClassValid (
int valid );
108 virtual void vf_UpdateValues ( VremVArray &values,
int index );
112 void usl_UpdateValuesToGds ( VremVArray &values,
PblId pblid,
int index );
const T value(void)
Returns a value from DLock.
Definition: platform_global.h:171
Definition: vqpublisher.h:60
void usi_ProceedureError(QString error)
User can connect to this to get Proceedure Error.
void usi_UpdateValues(VremVArray &values, int index)
User should connect to this signal to receive values.
PblId getGlobalPblId()
Global updates to gds are done to this pblid, this is the PblId used when all the subscriber must kno...
Definition: vqpublisher.h:105
void usi_PublisherValid(int valid)
User can connect to this to get Publisher is valid.
void usi_UserRequestUpdate(PblId pblid, int index, int count)
User should connect to this, and if called, he should UpdateValuesToGds based on pblid,...
void usi_PublicationError()
User can connect to this and get general publication errors.
void usi_PublicationExists(int exists)
User can connect to this, to get Publication already exists already somewhere.
Definition: gds_codex.h:59