Gamestudio Links
Zorro Links
Newest Posts
Trading Journey
by howardR. 04/24/24 20:04
M1 Oversampling
by Petra. 04/24/24 10:34
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
Data from CSV not parsed correctly
by EternallyCurious. 04/20/24 21:39
Scripts not found
by juergen_wue. 04/20/24 18:51
zorro 64bit command line support
by 7th_zorro. 04/20/24 10:06
StartWeek not working as it should
by jcl. 04/20/24 08:38
folder management functions
by VoroneTZ. 04/17/24 06:52
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (howardR, sleakz), 706 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Mega_Rod, EternallyCurious, howardR, 11honza11, ccorrea
19048 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
send_data_to - using multiple structs? #448655
02/14/15 23:10
02/14/15 23:10
Joined: Mar 2010
Posts: 120
Switzerland
T
TehV Offline OP
Member
TehV  Offline OP
Member
T

Joined: Mar 2010
Posts: 120
Switzerland
So, the example shows how I can send custom data by defining and transferring a struct using send_data_to. However, I'm not entirely sure if I'm limited to a single type of struct or if I can use multiple different structs depending on what I need to transfer and figure out what it was on the receiving end.

In other words, I'm wondering if I can do something similar to what you can do with strings in EVENT_STRING to figure out which string was updated (event_type == EVENT_STRING && str == mystring).

It would be really useful for me if I didn't have to create a one-fits-all struct to cover everything I need if most of the time a smaller struct would do the job just as well.

Is this possible and what would be the best way to go about doing this?

Re: send_data_to - using multiple structs? [Re: TehV] #448656
02/15/15 01:10
02/15/15 01:10
Joined: Oct 2011
Posts: 1,082
Germany
C
Ch40zzC0d3r Offline
Serious User
Ch40zzC0d3r  Offline
Serious User
C

Joined: Oct 2011
Posts: 1,082
Germany
When you send a struct, you simply send the bytes from a startaddress till an offset to this startaddress.
So just make your own messaging system and say the first byte will decide afterwards which event type / struct is used. Thats it


Moderated by  HeelX, Spirit 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1