Exemplo n.º 1
0
        public LCMTypes.submitVote_t Copy()
        {
            LCMTypes.submitVote_t outobj = new LCMTypes.submitVote_t();
            outobj.imageFilename = this.imageFilename;

            outobj.imageNumber = this.imageNumber;

            outobj.agentName = this.agentName;

            outobj.agentAuthor = this.agentAuthor;

            outobj.vote = this.vote;

            return outobj;
        }
Exemplo n.º 2
0
 public static LCMTypes.submitVote_t _decodeRecursiveFactory(LCMDataInputStream ins)
 {
     LCMTypes.submitVote_t o = new LCMTypes.submitVote_t();
     o._decodeRecursive(ins);
     return o;
 }