Hello Boys and Girls
I am new to the forum but i have two questions for you.
Q1:
lets look at gauges.h
class NetOut;
class NetIn;
class ISerializableGaugeCCallback: public IGaugeCCallback {
public:
virtual bool Serialize(NetOut& netout) = 0;
virtual bool Deserialize(NetIn& netin) = 0;
};
Does anyones knows the structure of NetOut and NetIn classes..
I am trying to exchange data in a multilayer environment..
this can be done with standard gauges module and with simconnect
probably it can be done with the use of the class described above.. but currently is not feasible because NetIn and NetOut are unknown.
Q2:
I experimented for a while with SimConnect_WeatherRequestCloudState and i got some weird results. The clouds returns where depicted as boxes with no intermediate values, only 0x00 and 0xFF, is that correct??
I am new to the forum but i have two questions for you.
Q1:
lets look at gauges.h
class NetOut;
class NetIn;
class ISerializableGaugeCCallback: public IGaugeCCallback {
public:
virtual bool Serialize(NetOut& netout) = 0;
virtual bool Deserialize(NetIn& netin) = 0;
};
Does anyones knows the structure of NetOut and NetIn classes..
I am trying to exchange data in a multilayer environment..
this can be done with standard gauges module and with simconnect
probably it can be done with the use of the class described above.. but currently is not feasible because NetIn and NetOut are unknown.
Q2:
I experimented for a while with SimConnect_WeatherRequestCloudState and i got some weird results. The clouds returns where depicted as boxes with no intermediate values, only 0x00 and 0xFF, is that correct??



